fix: 添加新功能请求链接到帮助信息中,以便用户更方便地提交功能请求
This commit is contained in:
parent
15a3677408
commit
a13eaaf5a4
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user