feat: 添加帮助功能

This commit is contained in:
lixiangwuxian
2024-10-15 23:07:49 +08:00
parent ea3ef541e2
commit 48891fbd0a
12 changed files with 217 additions and 33 deletions

View File

@@ -14,6 +14,7 @@ func init() {
jrrpInstance = jrrp.NewJrrp()
handler.RegisterHandler("今日人品", jrrpHandler)
handler.RegisterHandler("jrrp", jrrpHandler)
handler.RegisterHelpInform("今日人品/jrrp", "今日人品或jrrp 查询今日人品")
}
func jrrpHandler(msg model.Message) (reply model.Reply) {