mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-22 08:10:09 +08:00
✏️ 优化 updater log
This commit is contained in:
parent
4485d3d5a9
commit
218119e10e
@ -70,7 +70,6 @@ func init() { // 插件主体
|
|||||||
go func() {
|
go func() {
|
||||||
process.SleepAbout1sTo2s()
|
process.SleepAbout1sTo2s()
|
||||||
pool = newPools()
|
pool = newPools()
|
||||||
}()
|
|
||||||
engine := control.Register("setutime", &control.Options{
|
engine := control.Register("setutime", &control.Options{
|
||||||
DisableOnDefault: false,
|
DisableOnDefault: false,
|
||||||
Help: "涩图\n" +
|
Help: "涩图\n" +
|
||||||
@ -183,6 +182,7 @@ func init() { // 插件主体
|
|||||||
}
|
}
|
||||||
ctx.SendChain(message.Text(state))
|
ctx.SendChain(message.Text(state))
|
||||||
})
|
})
|
||||||
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
// size 返回缓冲池指定类型的现有大小
|
// size 返回缓冲池指定类型的现有大小
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user