Package xyz.dynxsty.dih4jda.interactions.commands.application
package xyz.dynxsty.dih4jda.interactions.commands.application
Contains various types of model-classes for discords' Application Commands.
-
ClassDescriptionApplicationCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent,
T> Model class for all Application Commands.BaseApplicationCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent,T> An extension ofApplicationCommand
which contains aRegistrationType
andBaseApplicationCommand.queueableGuilds
.ContextCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent>Model class which represents a single Context Command.Creates a new message-context command.Creates a new user-context command.Whether the command should be queued as a global- or as a guild command.Represents a single Slash Command.Model class which represents a single Subcommand.Model class which represents a single subcommand group.