mirror of
https://github.com/Matthww/TuneBot.git
synced 2026-09-22 01:37:50 +00:00
add support for multiple nodes
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