mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2026-05-19 16:10:32 +00:00
[~] ...
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ if __name__ == '__main__':
|
|||||||
if not config.vk.token:
|
if not config.vk.token:
|
||||||
logger.error("Токен ВК не найден.")
|
logger.error("Токен ВК не найден.")
|
||||||
enter_to_exit()
|
enter_to_exit()
|
||||||
bot = Bot()
|
bot = Bot(perms)
|
||||||
# Test RCON
|
# Test RCON
|
||||||
print("Проверка RCON..", end="")
|
print("Проверка RCON..", end="")
|
||||||
if rcon("list").startswith("Rcon error"):
|
if rcon("list").startswith("Rcon error"):
|
||||||
|
|||||||
Reference in New Issue
Block a user