refactor(storage): move reply & processed files
This commit is contained in:
@@ -12,7 +12,7 @@ class Config:
|
||||
self._config_data = self._load()
|
||||
logger.info("Конфигурация успешно загружена.")
|
||||
|
||||
def _load_replies(self, file_path: str = "replies.txt"):
|
||||
def _load_replies(self, file_path: str = "storage/replies.txt"):
|
||||
try:
|
||||
reply_lines = []
|
||||
with open(file_path, "r", encoding="utf-8") as replies:
|
||||
|
||||
Reference in New Issue
Block a user