Uses of Class
com.github.alex1304.ultimategdbot.api.command.ExecutableCommand
Package | Description |
---|---|
com.github.alex1304.ultimategdbot.api.command |
-
Uses of ExecutableCommand in com.github.alex1304.ultimategdbot.api.command
Methods in com.github.alex1304.ultimategdbot.api.command that return types with arguments of type ExecutableCommand Modifier and Type Method Description java.util.Optional<ExecutableCommand>
CommandProvider. provideFromEvent(Bot bot, java.lang.String prefix, discord4j.core.event.domain.message.MessageCreateEvent event, discord4j.core.object.entity.MessageChannel channel)
Provides a command based on a MessageCreateEvent.