mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
📝 update handler doc
This commit is contained in:
37
website/docs/tutorial/plugin/matcher-operation.md
Normal file
37
website/docs/tutorial/plugin/matcher-operation.md
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
description: 使用事件响应器操作,改变事件处理流程
|
||||
|
||||
options:
|
||||
menu:
|
||||
weight: 28
|
||||
category: guide
|
||||
---
|
||||
|
||||
# 事件响应器操作
|
||||
|
||||
## send
|
||||
|
||||
## finish
|
||||
|
||||
## pause
|
||||
|
||||
## reject
|
||||
|
||||
## reject_arg
|
||||
|
||||
## reject_receive
|
||||
|
||||
## skip
|
||||
|
||||
## get_receive
|
||||
|
||||
## set_receive
|
||||
|
||||
## get_last_receive
|
||||
|
||||
## get_arg
|
||||
|
||||
## set_arg
|
||||
|
||||
## stop_propagation
|
Reference in New Issue
Block a user