From d21239b4913d2e392bf4d6c4b99640a88447b79a Mon Sep 17 00:00:00 2001 From: cdle Date: Sun, 2 Jul 2023 22:18:46 +0800 Subject: [PATCH] x --- core/adapter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {