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": "AdminBot",
|
||||
"password": "serverpassword",
|
||||
"channel": "Music"
|
||||
},
|
||||
"bot": {
|
||||
"command_prefix": "!",
|
||||
"default_permission_level": 0,
|
||||
"max_queue_size": 50,
|
||||
"cache_directory": "./test/fixtures/cache",
|
||||
"max_cache_size_gb": 1
|
||||
},
|
||||
"dashboard": {
|
||||
"port": 8081,
|
||||
"admin_username": "testadmin",
|
||||
"admin_password": "testpass"
|
||||
}
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"mumble": {
|
||||
"server": "localhost",
|
||||
"port": 64738,
|
||||
"username": "UserBot",
|
||||
"password": "serverpassword",
|
||||
"channel": "General"
|
||||
},
|
||||
"bot": {
|
||||
"command_prefix": "?",
|
||||
"default_permission_level": 1,
|
||||
"max_queue_size": 30,
|
||||
"cache_directory": "./test/fixtures/cache",
|
||||
"max_cache_size_gb": 0.5
|
||||
},
|
||||
"dashboard": {
|
||||
"port": 8082,
|
||||
"admin_username": "user",
|
||||
"admin_password": "userpass"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user