From 10c79456a525751fec2e313c302d6ffcb93a0680 Mon Sep 17 00:00:00 2001 From: fumiama Date: Wed, 25 Aug 2021 22:00:11 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E6=8F=90=E9=AB=98?= =?UTF-8?q?=E6=B1=82=E7=AD=BE=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_omikuji/sensou.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_omikuji/sensou.go b/plugin_omikuji/sensou.go index 70bc189e..957a3966 100644 --- a/plugin_omikuji/sensou.go +++ b/plugin_omikuji/sensou.go @@ -13,7 +13,7 @@ const ( ) func init() { // 插件主体 - zero.OnFullMatchGroup([]string{"求签", "运势", "占卜"}, zero.OnlyToMe). + zero.OnFullMatchGroup([]string{"求签", "运势", "占卜"}, zero.OnlyToMe).SetPriority(10). Handle(func(ctx *zero.Ctx) { miku := rand.Intn(100) + 1 ctx.SendChain(message.Image(fmt.Sprintf(bed, miku, 0)), message.Image(fmt.Sprintf(bed, miku, 1)))