From 6e7b0ee4ff52775e8faf56b166036e2b1c1588f6 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Fri, 31 Mar 2023 07:24:17 +0000 Subject: [PATCH] =?UTF-8?q?test:=20=E6=B5=8B=E8=AF=95=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/qqbot/cmds/func/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/qqbot/cmds/func/test.py b/pkg/qqbot/cmds/func/test.py index 5286b2f8..ae6cfc5c 100644 --- a/pkg/qqbot/cmds/func/test.py +++ b/pkg/qqbot/cmds/func/test.py @@ -17,4 +17,3 @@ class TestCommand(AbstractCommandNode): reply.append('测试指令') return True, reply - \ No newline at end of file