diff --git a/handler/help/help.go b/handler/help/help.go index b6094a9..1229b14 100644 --- a/handler/help/help.go +++ b/handler/help/help.go @@ -18,6 +18,7 @@ func help(msg model.Message) (reply model.Reply) { for k := range handler.HelpInforms { helpInfo += "\n" + k } + helpInfo += "\n" + "新功能请求请移步https://git.lxtend.com/lixiangwuxian/qq_bot/issues" } else { category := util.SplitN(msg.RawMsg, 2)[1] helpInfos := handler.HelpInforms[category]