fix: typo

This commit is contained in:
MARCROCK22 2024-03-27 20:28:20 -04:00
parent d0425020bf
commit ccd005fcd7

View File

@ -128,6 +128,6 @@ export interface ComponentCommandInteractionMap {
TextInput: never;
UserSelect: UserSelectMenuInteraction;
RoleSelect: RoleSelectMenuInteraction;
MentioableSelect: MentionableSelectMenuInteraction;
MentionableSelect: MentionableSelectMenuInteraction;
ChannelSelect: ChannelSelectMenuInteraction;
}