From 1d31d17bfe9732a5f31aeb148ab705b7733e0add Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 12 Mar 2025 13:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=BC=E5=BC=8F=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- music/bot_music.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music/bot_music.py b/music/bot_music.py index 75ff61a..ce1d54a 100644 --- a/music/bot_music.py +++ b/music/bot_music.py @@ -34,7 +34,7 @@ class BotMusic: return if len(command) == 1: - self.wcf.send_text(f"-----Bot-----\n❌命令格式错误!{self.command_format}", + self.wcf.send_text(f"-----Bot-----\n❌命令格式错误!\n{self.command_format}", (message.roomid if message.from_group() else message.sender), message.sender) return