mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
38 lines
356 B
Markdown
38 lines
356 B
Markdown
---
|
|
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
|