open class GenericCommandEvent : GenericGuildEvent
GenericCommandEvent(api: JDA, responseNumber: Long, guild: Guild, command: Command) |
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 |