From 6e7628e2b675b43577ce6b4218029dbc8d69aebb Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Mon, 5 Apr 2021 16:36:58 +0800 Subject: =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=82=BB=E9=80=BCBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI/plugins') diff --git a/ATRI/plugins/help.py b/ATRI/plugins/help.py index 8744262..5b0d1b0 100644 --- a/ATRI/plugins/help.py +++ b/ATRI/plugins/help.py @@ -30,7 +30,7 @@ help = sv.on_command( @help.handle() async def _help(bot: Bot, event: MessageEvent) -> None: msg = str(event.message).split(' ') - if not msg: + if not msg[0]: msg = ( "呀?找不到路了?\n" "/h list 查看可用命令列表\n" -- cgit v1.2.3