diff --git a/plugin_coser/coser.go b/plugin_coser/coser.go index 65ebefea..86d86fa1 100644 --- a/plugin_coser/coser.go +++ b/plugin_coser/coser.go @@ -1,9 +1,10 @@ package plugin_coser import ( - "github.com/tidwall/gjson" "time" + "github.com/tidwall/gjson" + log "github.com/sirupsen/logrus" zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/extension/rate" @@ -61,6 +62,5 @@ func init() { m).Get("message_id").Int(); id == 0 { ctx.SendChain(message.Text("ERROR: 可能被风控了")) } - }) } diff --git a/plugin_hs/run.go b/plugin_hs/run.go index e1f36348..5af43304 100644 --- a/plugin_hs/run.go +++ b/plugin_hs/run.go @@ -97,7 +97,6 @@ func init() { ).Get("message_id").Int(); id == 0 { ctx.SendChain(message.Text("ERROR: 可能被风控了")) } - }) // 卡组 engine.OnRegex(`^[\s\S]*?(AAE[a-zA-Z0-9/\+=]{70,})[\s\S]*$`).