From 76c29042c8e68badeaf288644f3c0cd5d1e80a61 Mon Sep 17 00:00:00 2001 From: fumiama Date: Thu, 29 Jul 2021 22:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=97=E5=87=BA=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_manager/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager/manager.go b/plugin_manager/manager.go index b7f3d931..daf4bf02 100644 --- a/plugin_manager/manager.go +++ b/plugin_manager/manager.go @@ -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("") + ctx.Send(timer.ListTimers(uint64(ctx.Event.GroupID))) } }) // 随机点名