We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e16281 commit 70c3f99Copy full SHA for 70c3f99
1 file changed
astrbot/core/pipeline/waking_check/stage.py
@@ -143,6 +143,10 @@ async def process(
143
event.is_at_or_wake_command = True
144
wake_prefix = ""
145
146
+ if is_wake and not event.message_str and not messages:
147
+ event.stop_event()
148
+ return
149
+
150
# 检查插件的 handler filter
151
activated_handlers = []
152
handlers_parsed_params = {} # 注册了指令的 handler
0 commit comments