feat: enhance help inform structure and update command descriptions across various handlers
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
func init() {
|
||||
handler.RegisterHandler("roll", roll, constants.LEVEL_USER)
|
||||
handler.RegisterHelpInform("roll", "roll点")
|
||||
handler.RegisterHelpInform("roll [次数]d[面数]", "roll", "掷骰")
|
||||
}
|
||||
|
||||
func roll(msg model.Message) (reply model.Reply) {
|
||||
|
||||
Reference in New Issue
Block a user