Skip to content

Commit

Permalink
🎨 改进代码样式
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2021
1 parent ad33c1c commit b871573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin_coser/coser.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -61,6 +62,5 @@ func init() {
m).Get("message_id").Int(); id == 0 {
ctx.SendChain(message.Text("ERROR: 可能被风控了"))
}

})
}
1 change: 0 additions & 1 deletion plugin_hs/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]*$`).
Expand Down

0 comments on commit b871573

Please sign in to comment.