From ee154ce60a90e26e5d923d682fd4b1d5bb87d4e7 Mon Sep 17 00:00:00 2001 From: cdle Date: Mon, 3 Jul 2023 10:10:09 +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 5104067..7f08f4b 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("s.reply has no content") + return "", nil //errors.New("s.reply has no content") } content := utils.FormatLog(args[0], args[1:]...) if !push {