add support for multiple nodes

This commit is contained in:
2023-04-11 22:33:48 +02:00
parent f81c89119c
commit 50c4ce8bb7
2 changed files with 13 additions and 14 deletions
+8 -6
View File
@@ -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"