mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
feat(types): add ApplicationCommandOption.autocomplete
This commit is contained in:
@@ -15,4 +15,6 @@ export interface ApplicationCommandOption {
|
||||
choices?: ApplicationCommandOptionChoice[];
|
||||
/** If the option is a subcommand or subcommand group type, this nested options will be the parameters */
|
||||
options?: ApplicationCommandOption[];
|
||||
/** Whether this option should make autocomplete interactions. */
|
||||
autocomplete?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user