It works baby, seems like timing could be improved or something, but it freakin works
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"mumble": {
|
||||
"server": "localhost",
|
||||
"port": 64738,
|
||||
"username": "MusicBot",
|
||||
"password": "testpass",
|
||||
"channel": "Music"
|
||||
},
|
||||
"bot": {
|
||||
"command_prefix": "!",
|
||||
"default_permission_level": 1,
|
||||
"max_queue_size": 50,
|
||||
"cache_directory": "./cache",
|
||||
"max_cache_size_gb": 5
|
||||
},
|
||||
"dashboard": {
|
||||
"port": 8080,
|
||||
"admin_username": "admin",
|
||||
"admin_password": "changeme"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user