open class CommandExecutedEvent : GenericCommandContextEvent
Event that is fired whenever a |
|
open class CommandFailEvent : GenericCommandContextEvent
Event that gets executed whenever a command fails. |
|
open class CommandPermissionViolationEvent : GenericCommandEvent
Event that is getting fired whenever someone tries to execute a command without having the needed permissions. |
|
open class GenericCommandContextEvent : GenericCommandEvent |
|
open class GenericCommandEvent : GenericGuildEvent |
|
open class ListenerAdapter : JDAListenerAdapter
Extension of the |