Завершена подготовка к миграции проекта в docker контейнер

This commit is contained in:
2025-08-20 23:20:27 +07:00
parent b69a5bfc45
commit fde4b9e721
10 changed files with 147 additions and 34 deletions

View File

@@ -0,0 +1,14 @@
TOKENS: dict[str, str] = {}
with open("secrets/TOKEN_KrekAdminBot.txt") as file:
TOKENS = {'KrekAdminBot': file.read()}
with open("secrets/TOKEN_KrekFunBot.txt") as file:
TOKENS = {'KrekFunBot': file.read()}
with open("secrets/TOKEN_KrekRimagochiBot.txt") as file:
TOKENS = {'KrekRimagochiBot': file.read()}
with open("secrets/TOKEN_KrekSupBot.txt") as file:
TOKENS = {'KrekSupBot': file.read()}