From fabb39fef6a16397d6e4c2325e3fbf5d3cfd78c7 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Mon, 11 Oct 2021 11:30:22 +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 021008d..3734413 100644 --- a/models/command.go +++ b/models/command.go @@ -390,7 +390,7 @@ var codeSignals = []CodeSignal{ //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]))) + sender.Reply(fmt.Sprintf("%d已增加%d枚互助值。", qq, Int(sender.Contents[1]))) } return nil },