Interface ExecutableCommand<E>
- Type Parameters:
E
- The corresponding event.
- All Known Implementing Classes:
ApplicationCommand
,BaseApplicationCommand
,ContextCommand
,ContextCommand.Message
,ContextCommand.User
,SlashCommand
,SlashCommand.Subcommand
public interface ExecutableCommand<E>
Represents an executable command.
-
Method Summary
-
Method Details
-
execute
The method that gets called once the command gets executed.- Parameters:
event
- the command that is getting passed.
-