Завершена подготовка к миграции проекта в docker контейнер
This commit is contained in:
14
src/libs/tokens_formatter.py
Normal file
14
src/libs/tokens_formatter.py
Normal 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()}
|
||||
Reference in New Issue
Block a user