删除无用属性

pull/1249/head
UnCLAS-Prommer 2025-09-19 00:33:50 +08:00
parent de7661f1f4
commit a91cb16a64
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class BaseEventHandler(ABC):
"""对应插件名"""
self.plugin_config: Optional[Dict] = None
"""插件配置字典"""
self._events_subscribed: List[EventType | str] = []
if self.event_type == EventType.UNKNOWN:
raise NotImplementedError("事件处理器必须指定 event_type")