Skip to content

Commit

Permalink
🐛 add reply to me
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 31, 2023
1 parent d94edb0 commit c978f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nonebot/adapters/feishu/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async def _check_reply(bot: "Bot", event: "Event"):
message.sender.id_type == "app_id"
and message.sender.id == bot.bot_config.app_id
):
event.to_me = True
event.reply = message

except Exception as e:
Expand Down

0 comments on commit c978f18

Please sign in to comment.