This commit is contained in:
2024-01-13 12:31:05 +03:00
parent a5b052e885
commit f2aba85982
+1 -1
View File
@@ -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"):