diff --git a/core/adapter.go b/core/adapter.go index 1729797..5104067 100644 --- a/core/adapter.go +++ b/core/adapter.go @@ -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 {