Optionally parses a mention string or channel id that resolves a discord.GuildChannel object reference. If the channel was not found, the command will error. The command will error if not used in a guild.
Parses a mention string or user id and resolves a discord.GuildMember object reference. If the member was not found, the command will error. The command will error if it was not used in a guild.
argument config
Optionally parses a mention string or user id and resolves a discord.GuildMember object reference. If the argument is present but the member was not found, the command will error. Like all optional arguments, if the argument is not present the value will be resolved as null.
argument config
Parses a mention string or channel id that resolves a discord.GuildTextChannel object reference. If the channel was not found, or not a voice channel, the command will error. The command will error if not used in a guild.
Optionally parses a mention string or channel id that resolves a discord.GuildTextChannel object reference. If the channel was not found, or not a text channel, the command will error. The command will error if not used in a guild.
Parses a mention string or channel id that resolves a discord.GuildVoiceChannel object reference. If the channel was not found, or not a voice channel, the command will error. The command will error if not used in a guild.
Optionally parses a mention string or channel id that resolves a discord.GuildVoiceChannel object reference. If the channel was not found, or not a voice channel, the command will error. The command will error if not used in a guild.
Parses a single space-delimited argument with parseInt() Non-numeric inputs will cause the command to error. Floating point inputs are truncated.
argument config
Optionally parses a single space-delimited argument with parseInt() Non-numeric inputs will cause the command to error. Floating point inputs are truncated.
argument config
Parses a single space-delimited argument with parseFloat() Non-numeric inputs will cause the command to error.
argument config
Optionally parses a single space-delimited argument with parseFloat() Non-numeric inputs will cause the command to error.
argument config
Parses a single space-delimited argument as a string.
argument config
Parses the rest of the command's input as space-delimited string values. If used, this argument must appear as the last argument in your command handler.
argument config
Optionally parses the rest of the command's input as space-delimited string values. If used, this argument must appear as the last argument in your command handler.
argument config
Optionally parses a single space-delimited argument as a string.
argument config
Parses the rest of the command's input as a string, leaving no more content for any future arguments. If used, this argument must appear as the last argument in your command handler.
argument config
Optionally parses the rest of the command's input as a string, leaving no more content for any future arguments. If used, this argument must appear as the last argument in your command handler.
argument config
Parses a mention string or user id and resolves a discord.User object reference. If the user was not found, the command will error.
argument config
Optionally parses a mention string or user id and resolves a discord.User object reference. If the argument is present but the user was not found, the command will error. Like all optional arguments, if the argument is not present the value will be resolved as null.
argument config
Generated using TypeDoc
Parses a mention string or channel id that resolves a discord.GuildChannel object reference. If the channel was not found, the command will error. The command will error if not used in a guild.