common / me.schlaubi.regnumutils.command.event / CommandExecutedEvent

CommandExecutedEvent

open class CommandExecutedEvent : GenericCommandContextEvent

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

Constructors

<init>

CommandExecutedEvent(api: JDA, responseNumber: Long, guild: Guild, context: Context)

Constructs an CommandExecutedEvent.

Inherited Functions

getContext

open fun getContext(): Context

Returns the Context of the executed command.