Исправлена ошибка подмены токенов

This commit is contained in:
2025-08-21 16:14:16 +07:00
parent 68196bf9a5
commit cc69341a0b

View File

@@ -13,4 +13,4 @@ token_files = {
for bot, path in token_files.items():
if os.path.exists(path):
with open(path, "r") as file:
TOKENS = {bot: file.read()}
TOKENS[bot] = file.read()