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

GenericCommandEvent

open class GenericCommandEvent : GenericGuildEvent

Constructors

<init>

GenericCommandEvent(api: JDA, responseNumber: Long, guild: Guild, command: Command)

Inheritors

CommandPermissionViolationEvent

open class CommandPermissionViolationEvent : GenericCommandEvent

Event that is getting fired whenever someone tries to execute a command without having the needed permissions.

GenericCommandContextEvent

open class GenericCommandContextEvent : GenericCommandEvent