From d8991ec0162e07bf833c52f6faff301fa18a41f4 Mon Sep 17 00:00:00 2001 From: fumiama Date: Sun, 9 Jan 2022 23:20:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=20=E5=90=AF=E5=8A=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 18594a9d..abad7663 100644 --- a/main.go +++ b/main.go @@ -142,7 +142,7 @@ func getKanban() string { } func main() { - // printBanner() + printBanner() // 帮助 zero.OnFullMatchGroup([]string{"/help", ".help", "菜单"}, zero.OnlyToMe).SetBlock(true).FirstPriority(). Handle(func(ctx *zero.Ctx) {