add reload logging

This commit is contained in:
jxxghp
2025-06-23 10:14:22 +08:00
parent d2992f9ced
commit 1f44e13ff0
17 changed files with 17 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class SlackModule(_ModuleBase, _MessageBase[Slack]):
event_data: ConfigChangeEventData = event.event_data
if event_data.key not in [SystemConfigKey.Notifications.value]:
return
logger.info("配置变更重新加载Slack模块...")
self.init_module()
@staticmethod