feat: enhance help inform structure and update command descriptions across various handlers
This commit is contained in:
@@ -14,7 +14,7 @@ var userGameMap map[string]*core.BackJackGame
|
||||
|
||||
func init() {
|
||||
handler.RegisterHandler("bj", blackJack, constants.LEVEL_USER)
|
||||
handler.RegisterHelpInform("bj start", "Play a game of blackjack")
|
||||
handler.RegisterHelpInform("bj", "blackjack", "bj start 开始玩黑杰克")
|
||||
userGameMap = make(map[string]*core.BackJackGame)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user