1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-24 20:12:48 +08:00
parent 0f6111bbea
commit 9eb655b0a1

View File

@ -12,7 +12,7 @@ const AAA = "aaa"
var Index = &ice.Context{Name: AAA, Help: "认证模块", Commands: ice.Commands{
ice.CTX_INIT: {Hand: func(m *ice.Message, arg ...string) {
ice.Info.Load(m).Cmd(ROLE, mdb.CREATE, TECH, VOID)
ice.Info.Load(m).Cmd(ROLE, ice.CTX_INIT).Cmd(ROLE, mdb.CREATE, TECH, VOID)
}},
}}