This commit is contained in:
cdle
2023-07-02 22:18:46 +08:00
parent fe0d580cf4
commit d21239b491
+1 -1
View File
@@ -662,7 +662,7 @@ func (sender *CustomSender) Reply(msgs ...interface{}) (string, error) {
}
}
if len(args) == 0 {
return "", errors.New("no content")
return "", errors.New("s.reply has no content")
}
content := utils.FormatLog(args[0], args[1:]...)
if !push {