🐛 启动显示 banner

This commit is contained in:
fumiama 2022-01-09 23:20:00 +08:00
parent dc9ca1e63f
commit d8991ec016

View File

@ -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) {