mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
feat(types): add DiscordInteractionResponseTypes.ApplicationCommandAutocompleteResult
This commit is contained in:
@@ -10,6 +10,8 @@ export enum DiscordInteractionResponseTypes {
|
||||
DeferredUpdateMessage,
|
||||
/** For components, edit the message the component was attached to */
|
||||
UpdateMessage,
|
||||
/** For Application Command Options, send an autocomplete result */
|
||||
ApplicationCommandAutocompleteResult,
|
||||
}
|
||||
|
||||
export type InteractionResponseTypes = DiscordInteractionResponseTypes;
|
||||
|
||||
Reference in New Issue
Block a user