🎨 改进代码样式

This commit is contained in:
github-actions[bot] 2022-02-12 13:05:37 +00:00
parent 610cae5229
commit fae3458bcf

View File

@ -14,15 +14,12 @@ import (
"github.com/FloatTech/zbputils/control/order"
)
var (
poke = rate.NewManager(time.Minute*5, 8) // 戳一戳
engine = control.Register("chat", order.AcquirePrio(), &control.Options{
DisableOnDefault: false,
Help: "chat\n- [BOT名字]\n- [戳一戳BOT]\n- 空调开\n- 空调关\n- 群温度\n- 设置温度[正整数]\n-",
})
)
func init() { // 插件主体