dbot/modules-stock/profile/config.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

23 lines
508 B
JSON

{
"ignorable": false,
"dbType": "redis",
"schema": {
"profile": {
"primary": null,
"name": null,
"tagline": null,
"avatar": null,
"timezone": null,
"bio": null,
"lastfm": null,
"steam": null,
"currency": null,
"goodreads": null,
"favourites": {
"colour": null
}
}
},
"dependencies": [ "web", "quotes", "users" ]
}