mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 21:27:48 +00:00
Added plugins key to the sample config
This commit is contained in:
+14
-1
@@ -22,5 +22,18 @@
|
||||
"cogs": ["cogs.owner", "cogs.settings", "cogs.information", "cogs.music"],
|
||||
"slash_command_guilds": [],
|
||||
"queue_buffer_size": 5,
|
||||
"slash_descriptions": {}
|
||||
"slash_descriptions": {},
|
||||
"plugins": {
|
||||
"lastfm-scrobbler": {
|
||||
"services": ["plugins.lastfm_scrobbler.service"],
|
||||
"cogs": ["plugins.lastfm_scrobbler.cog"],
|
||||
"config": {
|
||||
"lastfm_api_key": "",
|
||||
"lastfm_api_secret": "",
|
||||
"session_key_table": "",
|
||||
"auth_url": ""
|
||||
},
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user