메소드 | 설명 | |
---|---|---|
AddHelpCommand ( List cmds, String description ) : void |
Adding the default /help command with a description.
|
|
AddSettingsCommand ( List cmds, String description ) : void |
Adding the default /settings command with a description.
|
|
AddStartCommand ( List cmds, String description ) : void |
Adding the default /start command with a description.
|
public static AddHelpCommand ( List cmds, String description ) : void | ||
cmds | List | |
description | String | |
리턴 | void |
public static AddSettingsCommand ( List cmds, String description ) : void | ||
cmds | List | |
description | String | |
리턴 | void |
public static AddStartCommand ( List cmds, String description ) : void | ||
cmds | List | |
description | String | |
리턴 | void |