mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
feat(types): add DiscordInteractionTypes.ApplicationCommandAutocomplete
This commit is contained in:
@@ -3,6 +3,7 @@ export enum DiscordInteractionTypes {
|
||||
Ping = 1,
|
||||
ApplicationCommand,
|
||||
MessageComponent,
|
||||
ApplicationCommandAutocomplete,
|
||||
}
|
||||
|
||||
export type InteractionTypes = DiscordInteractionTypes;
|
||||
|
||||
Reference in New Issue
Block a user