dbot/modules/profile/config.json

21 lines
427 B
JSON
Raw Normal View History

{
"ignorable": false,
"dbType": "redis",
"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
},
"dependencies": [ "web", "quotes", "users" ]
}