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