public final class HelpCommand extends Command
Command.Options| Modifier | Constructor and Description |
|---|---|
protected |
HelpCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
execute(User user,
java.lang.String[] args) |
getCommand, getDescription, getHandler, getHandlers, getPermissions, getUsage, isDefault, runprotected boolean execute(User user, java.lang.String[] args)
execute in class Commanduser - Wrapper for any sort of user interactionargs - Message, excluding the prefix and command, split via space. Multiple word arguments can be achieved by using double quotes in the user's input. For example, test "multi word" would only be two arguments.