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:
2023-04-11 23:07:39 +02:00
committed by GitHub
parent e25e7e78f8
commit 41a098d577
3 changed files with 13 additions and 15 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"