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 },