Skip to content

Commit fae3458

Browse files
🎨 改进代码样式
1 parent 610cae5 commit fae3458

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin_chat/chat.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@ import (
1414
"github.com/FloatTech/zbputils/control/order"
1515
)
1616

17-
1817
var (
1918
poke = rate.NewManager(time.Minute*5, 8) // 戳一戳
2019
engine = control.Register("chat", order.AcquirePrio(), &control.Options{
2120
DisableOnDefault: false,
2221
Help: "chat\n- [BOT名字]\n- [戳一戳BOT]\n- 空调开\n- 空调关\n- 群温度\n- 设置温度[正整数]\n-",
2322
})
24-
25-
2623
)
2724

2825
func init() { // 插件主体

0 commit comments

Comments
 (0)