dbot/modules/profile/config.json

22 lines
532 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
}
2013-01-25 01:40:42 +01:00
},
2013-01-25 20:57:04 +01:00
"dependencies": [ "quotes", "users", "command" ]
}