3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 12:59:34 +01:00
dbot/modules/profile/config.json

19 lines
425 B
JSON
Raw Normal View History

{
"ignorable": false,
"dbKeys": [ "profiles" ],
"help": "https://github.com/reality/depressionbot/blob/master/modules/profile/README.md",
"schema": {
"profile": {
"primary": null,
"name": null,
"tagline": null,
"favourites": {
"colour": null
}
},
"preferences": {
"timezone": null
}
}
}