nonebot / adapter-qq

NoneBot2 QQ 适配器 / QQ adapter for nonebot2
MIT License
210 stars 18 forks source link

Feature: 添加 AuditException 并提供获取审核结果的方法 #32

Closed he0119 closed 1 year ago

he0119 commented 1 year ago

https://bot.q.qq.com/wiki/develop/api/openapi/error/error.html#%E9%94%99%E8%AF%AF%E7%A0%81%E5%A4%84%E7%90%86

201,202 异步操作成功,虽然说成功,但是会返回一个 error body,需要特殊处理

添加一个 ResultStore,并在发送消息需要审核的时候报错。