mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +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