dbot/modules/profile/config.json

21 lines
478 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,
2013-01-23 20:13:10 +01:00
"avatar": null,
"bio": null,
"favourites": {
"colour": null
}
},
"preferences": {
"timezone": null
}
}
}