update
This commit is contained in:
+1
-1
@@ -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())
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user