napcat插件继续更新

This commit is contained in:
Windpicker-owo
2025-08-29 01:02:45 +08:00
parent 217ab8739a
commit 584f69871c
3 changed files with 67 additions and 10 deletions

View File

@@ -127,6 +127,5 @@ class NapcatAdapterPlugin(BasePlugin):
def get_plugin_components(self):
components = []
if self.get_config("plugin.enabled",""):
components.append((LauchNapcatAdapterHandler.get_handler_info(), LauchNapcatAdapterHandler))
components.append((LauchNapcatAdapterHandler.get_handler_info(), LauchNapcatAdapterHandler))
return components