1.1.7 я ебал блять писать комиты
This commit is contained in:
@@ -24,6 +24,7 @@ tg_api_hash = getenv("TG_API_HASH")
|
||||
admin_id = getenv("ADMIN_ID")
|
||||
moderator_id = getenv("MODERATOR_ID")
|
||||
tech_id = getenv("MYID")
|
||||
bot_owner = getenv("OWNER")
|
||||
|
||||
# Айди пользователей, группы и канала
|
||||
important_id = getenv("IMPORTANT_ID")
|
||||
|
||||
@@ -35,8 +35,8 @@ class ProjectPath:
|
||||
Класс для хранения путей к проектам и логам.
|
||||
"""
|
||||
BotLogs : str = "BotLogs"
|
||||
bot_info_log_file: str = f"{BotLogs}/bot_info.log"
|
||||
start_log_file: str = f"{BotLogs}/start.log"
|
||||
bot_info_log_file: str = f"{BotLogs}/bot_info.logs"
|
||||
start_log_file: str = f"{BotLogs}/start.logs"
|
||||
debug_log_file: str = f"{BotLogs}/debug.log"
|
||||
info_log_file : str = f"{BotLogs}/info.log"
|
||||
warning_log_file: str = f"{BotLogs}/warning.log"
|
||||
|
||||
Reference in New Issue
Block a user