From 06f8f8ebe141acc1fd8c353f76cfd11e37492117 Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 18 Mar 2024 00:12:36 +0800 Subject: [PATCH] add some --- core/chat/icon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/icon.go b/core/chat/icon.go index b0741805..9d48c757 100644 --- a/core/chat/icon.go +++ b/core/chat/icon.go @@ -17,7 +17,7 @@ const ICON = "icon" func init() { Index.MergeCommands(ice.Commands{ ICON: {Help: "图标", Actions: ice.MergeActions(ice.Actions{ - ice.CTX_INIT: {Hand: func(m *ice.Message, arg ...string) { + ice.CTX_OPEN: {Hand: func(m *ice.Message, arg ...string) { kit.For([]string{ "bootstrap-icons/font/fonts/bootstrap-icons.woff2", "bootstrap-icons/font/bootstrap-icons.css",