Package-level declarations

Types

Link copied to clipboard

An Event that fires when an ActionInteraction is created.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ApplicationCommandPermissionsUpdateEvent(val permissions: ApplicationCommandPermissions, val kord: Kord, val shard: Int, val customContext: Any?) : Event
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An Event that fires when a ButtonInteraction is created.

Link copied to clipboard
class ChatInputCommandCreateEvent(val command: GuildChatInputCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandCreateEvent
Link copied to clipboard
class ChatInputCommandDeleteEvent(val command: GuildChatInputCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandDeleteEvent
Link copied to clipboard
class ChatInputCommandUpdateEvent(val command: GuildChatInputCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandUpdateEvent
Link copied to clipboard
Link copied to clipboard

An Event that fires when a DataInteraction is created.

Link copied to clipboard

An Event that fires when a GlobalAutoCompleteInteraction is created.

Link copied to clipboard

An Event that fires when a GlobalButtonInteraction is created.

Link copied to clipboard
class GlobalModalSubmitInteractionCreateEvent(val interaction: GlobalModalSubmitInteraction, val shard: Int, val kord: Kord, val customContext: Any?) : ModalSubmitInteractionCreateEvent

An Event that fires when a GlobalModalSubmitInteraction is created.

Link copied to clipboard
class GuildAutoCompleteInteractionCreateEvent(val kord: Kord, val shard: Int, val interaction: GuildAutoCompleteInteraction, val customContext: Any?) : AutoCompleteInteractionCreateEvent

An Event that fires when a GuildAutoCompleteInteraction is created.

Link copied to clipboard

An Event that fires when a GuildButtonInteraction is created.

Link copied to clipboard
class GuildModalSubmitInteractionCreateEvent(val interaction: GuildModalSubmitInteraction, val kord: Kord, val shard: Int, val customContext: Any?) : ModalSubmitInteractionCreateEvent

An Event that fires when a GuildModalSubmitInteraction is created.

Link copied to clipboard
sealed interface InteractionCreateEvent : Event

An Event that fires when an Interaction is created.

Link copied to clipboard
class MessageCommandCreateEvent(val command: GuildMessageCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandCreateEvent
Link copied to clipboard
class MessageCommandDeleteEvent(val command: GuildMessageCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandDeleteEvent
Link copied to clipboard
class MessageCommandUpdateEvent(val command: GuildMessageCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandUpdateEvent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class UnknownApplicationCommandCreateEvent(val command: UnknownGuildApplicationCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandCreateEvent
Link copied to clipboard
class UnknownApplicationCommandDeleteEvent(val command: UnknownGuildApplicationCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandDeleteEvent
Link copied to clipboard
class UnknownApplicationCommandUpdateEvent(val command: UnknownGuildApplicationCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandUpdateEvent
Link copied to clipboard
class UserCommandCreateEvent(val command: GuildUserCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandCreateEvent
Link copied to clipboard
class UserCommandDeleteEvent(val command: GuildUserCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandDeleteEvent
Link copied to clipboard
class UserCommandUpdateEvent(val command: GuildUserCommand, val kord: Kord, val shard: Int, val customContext: Any?) : ApplicationCommandUpdateEvent