Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit de76dcf

Browse files
committed
优先级描述补充
1 parent 38cf334 commit de76dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/star/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ async def after_message_sent(self, event: AstrMessageEvent):
514514

515515
> 大于等于 v3.4.21。
516516
517-
指令、事件监听器可以设置优先级,先于其他指令、监听器执行。默认优先级是 `0`
517+
指令、事件监听器、事件钩子可以设置优先级,先于其他指令、监听器、钩子执行。默认优先级是 `0`
518518

519519
```python
520520
@filter.command("helloworld", priority=1)

0 commit comments

Comments
 (0)