From ccd005fcd7e09179e9544e1a8b3bf659f9331f5c Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:28:20 -0400 Subject: [PATCH] fix: typo --- src/components/componentcontext.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/componentcontext.ts b/src/components/componentcontext.ts index a7dc3fc..628a9fa 100644 --- a/src/components/componentcontext.ts +++ b/src/components/componentcontext.ts @@ -128,6 +128,6 @@ export interface ComponentCommandInteractionMap { TextInput: never; UserSelect: UserSelectMenuInteraction; RoleSelect: RoleSelectMenuInteraction; - MentioableSelect: MentionableSelectMenuInteraction; + MentionableSelect: MentionableSelectMenuInteraction; ChannelSelect: ChannelSelectMenuInteraction; }