This commit is contained in:
2025-02-18 23:21:01 +01:00
parent dd6be7abde
commit 8c1e6adc32

View File

@@ -155,6 +155,9 @@ class MessagesProc:
reply_parent_message_id=event.message_id reply_parent_message_id=event.message_id
) )
if "lasqexx" in event.chatter_user_login:
pass # Todo: Здароу
if event.message.text.lower().startswith("!ai") or ( if event.message.text.lower().startswith("!ai") or (
event.reply and event.reply.parent_message_body.lower().startswith("!ai") event.reply and event.reply.parent_message_body.lower().startswith("!ai")
): ):