diff --git a/src/modules/stream_notifications/messages_proc.py b/src/modules/stream_notifications/messages_proc.py index 69ed20f..fa3bf91 100644 --- a/src/modules/stream_notifications/messages_proc.py +++ b/src/modules/stream_notifications/messages_proc.py @@ -192,9 +192,7 @@ class MessagesProc: if "lasqexx" in event.chatter_user_login: pass # Todo: Здароу - if event.message.text.lower().startswith("!ai") or ( - event.reply and event.reply.parent_message_body.lower().startswith("!ai") - ): + if event.message.text.lower().startswith("!ai"): try: messages = cls.get_message_history_with_thread(event.message_id) completion = await get_completion(messages)