This commit is contained in:
cdle
2021-09-28 00:39:31 +08:00
parent 0570a8d11e
commit e5544a986b
+1 -1
View File
@@ -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())
},
},
{