调整指令信息

This commit is contained in:
liuwei
2025-03-19 09:25:12 +08:00
parent 345439be90
commit f9860c95e7
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class MusicPlugin(MessagePluginInterface):
)
result = wcf.forward_msg(data[0]["MsgSvrID"], receiver)
self.LOG.info(f"点歌发送结果: {result}")
self.LOG.info(f"插件化:点歌发送结果: {result}")
return True
except Exception as e:
+1 -1
View File
@@ -4,7 +4,7 @@ from datetime import datetime
from typing import Callable, Dict, Any, Tuple
from event_system.event_manager import EventManager
from event_system.events.stats_events import PluginCallStartEvent, PluginCallEndEvent, PluginCallErrorEvent
from event_system.events.plugin_events import PluginCallStartEvent, PluginCallEndEvent, PluginCallErrorEvent
def plugin_stats_decorator(plugin_name: str) -> Callable: