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