From e36e16ae92aab6c940e81650cc0cfc11810598c8 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 27 Jul 2022 14:16:21 +0800 Subject: [PATCH] gm --- modules/gm/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gm/module.go b/modules/gm/module.go index fd6b30130..d8bb51026 100644 --- a/modules/gm/module.go +++ b/modules/gm/module.go @@ -9,7 +9,7 @@ import ( /* 模块名:GM工具模块 描述:处理客户端发过来的gm命令 -开发:李伟 +开发:梅雄风 */ func NewModule() core.IModule { m := new(GM)