fix 消息交互 again

This commit is contained in:
jxxghp
2024-10-18 18:30:34 +08:00
parent e93b3f5602
commit 2b982ce7a8
6 changed files with 7 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ class SynologyChatModule(_ModuleBase, _MessageBase[SynologyChat]):
"""
super().init_service(service_name=SynologyChat.__name__.lower(),
service_type=SynologyChat)
self._channel = MessageChannel.SynologyChat
@staticmethod
def get_name() -> str: