修复 QQbot渠道依旧会重复发送消息问题

This commit is contained in:
EkkoG
2026-04-05 15:17:55 +08:00
committed by jxxghp
parent 2f151cea64
commit 8b9dc0e77f
3 changed files with 28 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ class QQBotModule(_ModuleBase, _MessageBase[QQBot]):
"""QQ Bot 通知模块"""
def init_module(self) -> None:
self.stop()
super().init_service(service_name=QQBot.__name__.lower(), service_type=QQBot)
self._channel = MessageChannel.QQ