feat: enhance help inform structure and update command descriptions across various handlers

This commit is contained in:
lixiangwuxian
2024-12-26 11:35:34 +08:00
parent 48dd4b17de
commit a79991c4ff
18 changed files with 66 additions and 41 deletions

View File

@@ -8,7 +8,7 @@ import (
func init() {
handler.RegisterHandler("echo", echo, constants.LEVEL_USER)
handler.RegisterHelpInform("echo", "再说一遍")
handler.RegisterHelpInform("echo", "echo", "echo <message> 再说一遍")
}
func echo(msg model.Message) (reply model.Reply) {