nonebot/adapter-onebot

Bug: 发送私聊消息无法判断消息类型

MeetWq opened this issue · 1 comments

fc2bfef 中疑似改错了

elif params.get("message_id") is not None:

应为 params.get("user_id")

错误信息:noneplugin/nonebot-plugin-petpet#108

确实:joy: