GraiaProject / Avilla

The next-gen framework for IM development. Powered by Graia Project.
MIT License
160 stars 14 forks source link

bug(onebot.v11): KeyError when pull Message #162

Closed SerinaNya closed 7 months ago

SerinaNya commented 7 months ago

https://github.com/GraiaProject/Avilla/blob/ec5ade90a12c86d28a3a8e5cae75cd30ddeea848/avilla/onebot/v11/perform/action/message.py#L218-L219

    if not result["group"]:
           ~~~~~~^^^^^^^^^
KeyError: 'group'

result 中确确实实没有 group 这个键