1.2.1 Вроде все готово 2

This commit is contained in:
Verum
2025-02-24 01:05:29 +07:00
parent 61241a2cf4
commit 0aa9a4eb59
4 changed files with 5 additions and 5 deletions

View File

@@ -51,4 +51,4 @@ class CommandHandler:
# Проверка на ошибку
except Exception as e:
Logs.error(log_type=self.name.capitalize(), text=f"Ошибка команды: {e}")
Logs.error(log_type=self.name.capitalize(), user=message.from_user.username, text=f"Ошибка команды: {e}")