open class CommandExecutedEvent : GenericCommandContextEvent
Event that is fired whenever a me.schlaubi.regnumutils.command.spi.Command
was executed successfully.
CommandExecutedEvent(api: JDA, responseNumber: Long, guild: Guild, context: Context)
Constructs an |
open fun getContext(): Context
Returns the Context of the executed command. |