Interface | Description |
---|---|
IArgument<A extends IArgument,T> |
Interface to implement in any object to be used as an argument for a Command.
|
Class | Description |
---|---|
AnnouncementChannelArgument |
Class to request an argument of type NewsChannel to the user.
|
Argument<A extends Argument,T> |
Implementation class of the IArgument Interface.
|
AudioChannelArgument |
Class to request an argument of type AudioChannel to the user.
|
BooleanArgument |
Class to request an argument of type Boolean to the user.
|
CategoryChannelArgument |
Class to request an argument of type Category to the user.
|
ChannelArgument |
Class to request an argument of type GuildChannel to the user.
|
CommandArgument |
Class to request an argument of type ICommand to the user.
|
CustomEmojiArgument |
Class to request an argument of type RichCustomEmoji to the user.
|
FloatArgument |
Class to request an argument of type Float to the user.
|
GuildArgument |
Class to request an argument of type Guild to the user.
|
IntegerArgument |
Class to request an argument of type Integer to the user.
|
LocalDateArgument |
Class to request an argument of type LocalDate to the user.
|
LocalTimeArgument |
Class to request an argument of type LocalTime to the user.
|
MemberArgument |
Class to request an argument of type Member to the user.
|
MessageArgument |
Class to request an argument of type Message to the user.
|
MessageChannelArgument |
Class to request an argument of type MessageChannel to the user.
|
RoleArgument |
Class to request an argument of type Role to the user.
|
StageChannelArgument |
Class to request an argument of type StageChannel to the user.
|
StringArgument |
Class to request an argument of type String to the user.
|
TextChannelArgument |
Class to request an argument of type TextChannel to the user.
|
ThreadChannelArgument |
Class to request an argument of type ThreadChannel to the user.
|
UnionArgument |
A type for command arguments that handles multiple other types.
|
URLArgument |
Class to request an argument of type URL to the user.
|
UserArgument |
Class to request an argument of type User to the user.
|
VoiceChannelArgument |
Class to request an argument of type VoiceChannel to the user.
|