Fixed some bugs

This commit is contained in:
Choco
2024-07-06 15:27:53 +08:00
parent c7ec2b5159
commit a81541705c
4 changed files with 9 additions and 9 deletions

View File

@@ -8,9 +8,9 @@
"mongodb_name": "YOUR_MONGODB_DB_NAME",
"nodes": {
"DEFAULT": {
"host": "127.0.0.1",
"host": "lavalink",
"port": 2333,
"password": "password",
"password": "youshallnotpass",
"secure": false,
"identifier": "DEFAULT"
}