From ba9d6dd41b4745ce1e8077556da184b05a55f70f Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Mon, 11 Oct 2021 11:28:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20QQ=E8=BD=AC=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/command.go b/models/command.go index 61c25d7..021008d 100644 --- a/models/command.go +++ b/models/command.go @@ -387,7 +387,7 @@ var codeSignals = []CodeSignal{ qq := Int(sender.Contents[0]) logs.Info(qq) if len(sender.Contents) > 1 { - sender.Contents = sender.Contents[1:] + //sender.Contents = sender.Contents[1:] logs.Info(sender.Contents[1:]) AdddCoin(qq, Int(sender.Contents[1])) sender.Reply(fmt.Sprintf("你获得%d枚互助值。", Int(sender.Contents[1])))