diff --git a/typings/index.d.ts b/typings/index.d.ts index 56db0c14353e..6006d10491b8 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1251,7 +1251,7 @@ export class MessageComponentInteraction extends Interaction { public constructor(client: Client, data: RawMessageComponentInteractionData); public readonly channel: TextBasedChannels | null; public readonly component: MessageActionRowComponent | Exclude | null; - public componentType: MessageComponentType; + public componentType: Exclude; public customId: string; public deferred: boolean; public ephemeral: boolean | null;