dbot/modules/profile/config.json
Sam Nicholls ab0a110a8e Initial databankerisation of profile [#331]
* Stats functionality disabled until completion of SamStudio8/dbot-stats#98
* Profile grid currently only works with dbType set to memory
* Merge user functionality temporarily disabled
2013-04-20 22:51:36 +01:00

22 lines
526 B
JSON

{
"ignorable": false,
"dbType": "memory",
"help": "https://github.com/reality/depressionbot/blob/master/modules/profile/README.md",
"schema": {
"profile": {
"primary": null,
"name": null,
"tagline": null,
"avatar": null,
"bio": null,
"favourites": {
"colour": null
}
},
"preferences": {
"timezone": null
}
},
"dependencies": [ "quotes", "users", "command" ]
}