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

18 lines
363 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
2013-08-29 23:12:45 +02:00
},
}
2013-01-25 01:40:42 +01:00
},
"dependencies": [ "web", "quotes", "users" ]
}