mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-21 23:37:47 +00:00
Feature/multi node support and tos privacy command (#52)
* add support for multiple nodes * add a tos and privacy command
This commit is contained in:
+8
-6
@@ -8,12 +8,14 @@
|
||||
"prefix": "ck!",
|
||||
"redis_url": "",
|
||||
"redis_prefix": "",
|
||||
"lavalink": {
|
||||
"host": "",
|
||||
"port": 2333,
|
||||
"password": "",
|
||||
"region": "",
|
||||
"name": ""
|
||||
"nodes": {
|
||||
"example": {
|
||||
"host": "",
|
||||
"port": 2333,
|
||||
"password": "",
|
||||
"region": "",
|
||||
"name": ""
|
||||
}
|
||||
},
|
||||
"colors": {
|
||||
"embed": "7289da"
|
||||
|
||||
Reference in New Issue
Block a user