补回查bot本身的特判

This commit is contained in:
2022-10-09 13:20:19 +08:00
parent e099beeb6b
commit af8fa05394

View File

@@ -22,6 +22,8 @@ async def _(event: MessageEvent, matcher: Matcher):
@IOStats.handle()
async def _(event: MessageEvent, matcher: Matcher):
if event.is_tome():
await matcher.finish('不能查询bot的信息')
await matcher.finish(
await Processor.handle_query(
message=event.raw_message,