mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
修正格式
This commit is contained in:
parent
76c29042c8
commit
fa1bde2ed1
@ -258,7 +258,7 @@ func init() { // 插件主体
|
|||||||
zero.OnFullMatch("列出所有提醒", zero.SuperUserPermission).SetBlock(true).SetPriority(40).
|
zero.OnFullMatch("列出所有提醒", zero.SuperUserPermission).SetBlock(true).SetPriority(40).
|
||||||
Handle(func(ctx *zero.Ctx) {
|
Handle(func(ctx *zero.Ctx) {
|
||||||
if ctx.Event.GroupID > 0 {
|
if ctx.Event.GroupID > 0 {
|
||||||
ctx.Send(timer.ListTimers(uint64(ctx.Event.GroupID)))
|
ctx.Send(fmt.Sprint(timer.ListTimers(uint64(ctx.Event.GroupID))))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 随机点名
|
// 随机点名
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user