From e5544a986b58b5ee963afdd83cdd15b5e3b8145f Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Tue, 28 Sep 2021 00:39:31 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 2b9fbff..e2a34be 100644 --- a/core/test.go +++ b/core/test.go @@ -205,7 +205,7 @@ func initSys() { { Rules: []string{"raw ^groupCode$"}, Handle: func(s Sender) interface{} { - return fmt.Sprint(s.GetChatID()) + return fmt.Sprintf("%d", s.GetChatID()) }, }, {