It works baby, seems like timing could be improved or something, but it freakin works

This commit is contained in:
Nate Anderson
2025-06-18 20:59:24 -06:00
parent b68614257d
commit 0745a4eb75
50 changed files with 7679 additions and 20 deletions
+21
View File
@@ -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
View File
@@ -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"
}
}