This commit is contained in:
harold 2025-05-05 16:22:06 +05:00
parent ef528820bc
commit bd621c5653

View File

@ -11,6 +11,7 @@ def check_message_condition(
message.chat.type not in [ChatType.PRIVATE, ChatType.BOT],
bool(message.from_user),
bool(message.text),
bool('bot' not in message.from_user.username.lower()),
)
return all(conditions)