feat: enhance help inform structure and update command descriptions across various handlers
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user