Skip to content

Commit

Permalink
修正格式
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jul 29, 2021
1 parent 76c2904 commit fa1bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin_manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func init() { // 插件主体
zero.OnFullMatch("列出所有提醒", zero.SuperUserPermission).SetBlock(true).SetPriority(40).
Handle(func(ctx *zero.Ctx) {
if ctx.Event.GroupID > 0 {
ctx.Send(timer.ListTimers(uint64(ctx.Event.GroupID)))
ctx.Send(fmt.Sprint(timer.ListTimers(uint64(ctx.Event.GroupID))))
}
})
// 随机点名
Expand Down

0 comments on commit fa1bde2

Please sign in to comment.