diff --git a/src/main.py b/src/main.py index f8752ac..7dbe84f 100644 --- a/src/main.py +++ b/src/main.py @@ -14,7 +14,7 @@ if __name__ == '__main__': if not config.vk.token: logger.error("Токен ВК не найден.") enter_to_exit() - bot = Bot() + bot = Bot(perms) # Test RCON print("Проверка RCON..", end="") if rcon("list").startswith("Rcon error"):