mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
9b771acaa8
- In group chats, only process slash commands when the message is directed at this bot (via @mention or reply-to-bot), preventing all bots from responding to the same command. - Use raw_text metadata (before quote/forward context prepending) for command detection so quoted content like "/fs" doesn't accidentally match a command. - Fix isTelegramBotMentioned text_mention entity check to verify the mentioned bot matches the current bot, not just any bot.