feat: enhance help inform structure and update command descriptions across various handlers
This commit is contained in:
@@ -15,7 +15,7 @@ func init() {
|
||||
jrrpInstance = jrrp.NewJrrp()
|
||||
handler.RegisterHandler("今日人品", jrrpHandler, constants.LEVEL_USER)
|
||||
handler.RegisterHandler("jrrp", jrrpHandler, constants.LEVEL_USER)
|
||||
handler.RegisterHelpInform("今日人品/jrrp", "今日人品或jrrp 查询今日人品")
|
||||
handler.RegisterHelpInform("今日人品/jrrp", "今日人品", "查询今日人品")
|
||||
}
|
||||
|
||||
func jrrpHandler(msg model.Message) (reply model.Reply) {
|
||||
|
||||
Reference in New Issue
Block a user