mirror of https://github.com/Mai-with-u/MaiBot.git
删除无用属性
parent
de7661f1f4
commit
a91cb16a64
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue