Private
_brynjolf_The string name of the argument type, for internal use.
Optional
autocompleteWhether to enable argument autocompletion.
Optional
channel_Possible types allowed in channel arguments.
Optional
choicesMap of possible argument value choices.
Optional
descriptionDescription of the argument.
Optional
description_Map of locales to localized argument descriptions.
Optional
max_Maximum string argument length.
Optional
max_Maximum numeric argument value.
Optional
min_Minimum string argument length.
Optional
min_Minimum numeric argument value.
Optional
nameName of the argument.
Optional
name_Map of locales to localized argument names.
Optional
optionsList of subarguments of the subcommand or subgroup.
Optional
requiredWhether the argument is required.
The type of argument.
Generated using TypeDoc
Discord API-compatible object capable of representing arguments, subcommands, and subgroups. This is the output of Brynjolf's argument translation.