mirror of https://github.com/Mai-with-u/MaiBot.git
typing
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>pull/1215/head
parent
6ed7ba1e92
commit
ab7e11633a
|
|
@ -177,7 +177,7 @@ class EventManager:
|
|||
"""
|
||||
return self._event_handlers.get(handler_name)
|
||||
|
||||
def get_all_event_handlers(self) -> Dict[str, Type[BaseEventHandler]]:
|
||||
def get_all_event_handlers(self) -> Dict[str, BaseEventHandler]:
|
||||
"""获取所有已注册的事件处理器
|
||||
|
||||
Returns:
|
||||
|
|
|
|||
Loading…
Reference in New Issue