3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 19:40:55 +01:00
dbot/modules/profile/config.json

22 lines
478 B
JSON
Raw Normal View History

{
"ignorable": false,
"dbType": "redis",
"schema": {
"profile": {
"primary": null,
"name": null,
"tagline": null,
2013-01-23 19:13:10 +00:00
"avatar": null,
"bio": null,
2013-10-23 19:53:14 +00:00
"lastfm": null,
2013-10-28 13:43:35 +00:00
"steam": null,
2015-01-09 01:43:20 +00:00
"currency": null,
2014-02-26 15:10:11 +00:00
"goodreads": null,
"favourites": {
"colour": null
2013-10-23 19:53:14 +00:00
}
}
2013-01-25 00:40:42 +00:00
},
"dependencies": [ "web", "quotes", "users" ]
}