如何实现在got中拒绝后让其他的事件响应器处理? #532
-
|
如何实现在got中,如果收到的回复消息不符合预期(比如用户回复了一条指令),会立刻结束当前的事件处理,并让其他的事件响应器进行处理? |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Oct 30, 2024
Replies: 1 comment
-
|
你可能需要在handle里将 matcher 的 block 属性设置为 False。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Murasame2333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你可能需要在handle里将 matcher 的 block 属性设置为 False。