open class GenericCommandContextEvent : GenericCommandEvent
GenericCommandContextEvent(api: JDA, responseNumber: Long, guild: Guild, context: Context) |
open fun getContext(): Context
Returns the Context of the executed command. |
open class CommandExecutedEvent : GenericCommandContextEvent
Event that is fired whenever a |
|
open class CommandFailEvent : GenericCommandContextEvent
Event that gets executed whenever a command fails. |