调整指令信息

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: