mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2026-08-30 13:50:30 +00:00
Пару лёгких изменений
This commit is contained in:
+1
-1
@@ -128,4 +128,4 @@ dmypy.json
|
|||||||
# Pyre type checker
|
# Pyre type checker
|
||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
config.json
|
config-non-prod.json
|
||||||
|
|||||||
+3
-2
@@ -1,11 +1,12 @@
|
|||||||
{
|
{
|
||||||
"rcon": {
|
"rcon": {
|
||||||
"host": "",
|
"host": "",
|
||||||
"port": 1,
|
"port": 0,
|
||||||
"password": ""
|
"password": ""
|
||||||
},
|
},
|
||||||
"vk": {
|
"vk": {
|
||||||
"token": "",
|
"token": "",
|
||||||
"admins": []
|
"admins": [],
|
||||||
|
"stoplist": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user