fix: 移除 actionManager 中 SendForward 函数和 help 函数中的日志记录
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package help
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
||||
"git.lxtend.com/qqbot/action"
|
||||
"git.lxtend.com/qqbot/constants"
|
||||
"git.lxtend.com/qqbot/handler"
|
||||
@@ -16,7 +14,6 @@ func init() {
|
||||
}
|
||||
|
||||
func help(msg model.Message) *model.Reply {
|
||||
log.Println(msg)
|
||||
var helpInfo string
|
||||
if len(util.SplitN(msg.RawMsg, 2)) == 1 {
|
||||
helpInfo = `请输入!help [分类] 查看下面的分类功能`
|
||||
|
||||
Reference in New Issue
Block a user