feat(types): add DiscordInteractionTypes.ApplicationCommandAutocomplete

This commit is contained in:
ITOH
2021-09-30 20:35:59 +02:00
parent f44e6c7b43
commit 222f62fdc0

View File

@@ -3,6 +3,7 @@ export enum DiscordInteractionTypes {
Ping = 1,
ApplicationCommand,
MessageComponent,
ApplicationCommandAutocomplete,
}
export type InteractionTypes = DiscordInteractionTypes;