Class ChatExtensionsCommand
java.lang.Object
io.github.dexrnzacattack.rrdiscordbridge.command.commands.ChatExtensionsCommand
- All Implemented Interfaces:
ICommand
Handles chat extensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
boolean
invoke
(ICommandCaller caller, String[] params) Calls the command
-
Constructor Details
-
ChatExtensionsCommand
public ChatExtensionsCommand()
-
-
Method Details
-
getCommandName
- Specified by:
getCommandName
in interfaceICommand
- Returns:
- The command enum
-
getDescription
- Specified by:
getDescription
in interfaceICommand
- Returns:
- The command description
-
invoke
Description copied from interface:ICommand
Calls the command
-