Skip to content

Commit

Permalink
fix(types): update InteractionsConstants to include STRING_SELECT_MEN…
Browse files Browse the repository at this point in the history
…U_INTERACTION
  • Loading branch information
okBenito authored and Mr-Artemus committed Aug 19, 2024
1 parent b1722ee commit 18316e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/types/interactions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type OnTheFlyInteractions = import('discord.js').ButtonInteraction | import('dis

type AllInteractions = EmittedInteractions | OnTheFlyInteractions

type InteractionsConstants = 'CHAT_INPUT_COMMAND_INTERACTION' | 'SIMPLE_COMMAND_MESSAGE' | 'CONTEXT_MENU_INTERACTION' | 'BUTTON_INTERACTION' | 'SELECT_MENU_INTERACTION' | 'MODAL_SUBMIT_INTERACTION'
type InteractionsConstants = 'CHAT_INPUT_COMMAND_INTERACTION' | 'SIMPLE_COMMAND_MESSAGE' | 'CONTEXT_MENU_INTERACTION' | 'BUTTON_INTERACTION' | 'SELECT_MENU_INTERACTION' | 'STRING_SELECT_MENU_INTERACTION' | 'MODAL_SUBMIT_INTERACTION'

type CommandCategory = import('discordx').DApplicationCommand & import('@discordx/utilities').ICategory

Expand Down

0 comments on commit 18316e1

Please sign in to comment.