feat: 添加帮助功能
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
|
||||
func init() {
|
||||
handler.RegisterHandler("echo", echo)
|
||||
handler.RegisterHelpInform("echo", "再说一遍")
|
||||
}
|
||||
|
||||
func echo(msg model.Message) (reply model.Reply) {
|
||||
|
||||
Reference in New Issue
Block a user