mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
Update application_command_interaction_data_option.ts
This commit is contained in:
@@ -23,6 +23,8 @@ interface ApplicationCommandInteractionDataOptionBase<T extends DiscordApplicati
|
||||
type: T;
|
||||
/** The value of the pair */
|
||||
value: V;
|
||||
/** Whether the user has focused this option for autocompletion. */
|
||||
focused?: true;
|
||||
}
|
||||
|
||||
export interface ApplicationCommandInteractionDataOptionSubCommand
|
||||
|
||||
Reference in New Issue
Block a user