mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 12:59:34 +01:00
19 lines
425 B
JSON
19 lines
425 B
JSON
|
{
|
||
|
"ignorable": false,
|
||
|
"dbKeys": [ "profiles" ],
|
||
|
"help": "https://github.com/reality/depressionbot/blob/master/modules/profile/README.md",
|
||
|
"schema": {
|
||
|
"profile": {
|
||
|
"primary": null,
|
||
|
"name": null,
|
||
|
"tagline": null,
|
||
|
"favourites": {
|
||
|
"colour": null
|
||
|
}
|
||
|
},
|
||
|
"preferences": {
|
||
|
"timezone": null
|
||
|
}
|
||
|
}
|
||
|
}
|