common / me.schlaubi.regnumutils.command.event

Package me.schlaubi.regnumutils.command.event

Types

CommandExecutedEvent

open class CommandExecutedEvent : GenericCommandContextEvent

Event that is fired whenever a me.schlaubi.regnumutils.command.spi.Command was executed successfully.

CommandFailEvent

open class CommandFailEvent : GenericCommandContextEvent

Event that gets executed whenever a command fails.

CommandPermissionViolationEvent

open class CommandPermissionViolationEvent : GenericCommandEvent

Event that is getting fired whenever someone tries to execute a command without having the needed permissions.

GenericCommandContextEvent

open class GenericCommandContextEvent : GenericCommandEvent

GenericCommandEvent

open class GenericCommandEvent : GenericGuildEvent

ListenerAdapter

open class ListenerAdapter : JDAListenerAdapter

Extension of the JDAListenerAdapter for command events.