继承插件总基类,注释更新

This commit is contained in:
UnCLAS-Prommer
2025-07-17 00:28:14 +08:00
parent a83f8948e9
commit 696325cb57
5 changed files with 30 additions and 29 deletions

View File

@@ -34,7 +34,4 @@ def register_event_plugin(cls, *args, **kwargs):
用法:
@register_event_plugin
class MyEventPlugin:
event_type = EventType.MESSAGE_RECEIVED
...
"""