We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1fe30 commit f32c95bCopy full SHA for f32c95b
src/wechaty/plugin.py
@@ -512,7 +512,7 @@ def _load_default_plugins() -> List[WechatyPlugin]:
512
# TODO: to be implemented
513
514
515
-class WechatyPluginManager: # pylint: disable=too-many-instance-attributes
+class WechatyPluginManager(WechatyEventMixin, WechatySchedulerMixin): # pylint: disable=too-many-instance-attributes
516
"""manage the wechaty plugin, It will support some features."""
517
518
def __init__(
0 commit comments