diff --git a/lib/structures/ComponentInteraction.ts b/lib/structures/ComponentInteraction.ts index 309c6f8..91481d7 100644 --- a/lib/structures/ComponentInteraction.ts +++ b/lib/structures/ComponentInteraction.ts @@ -24,6 +24,7 @@ import type { } from "../types"; /** Represents a Component Interaction. */ +// eslint-disable-next-line @typescript-eslint/no-unused-vars export class ComponentInteraction extends Base { private _cachedChannel!: T extends AnyTextableChannel ? T : undefined; private _cachedGuild?: T extends AnyTextableChannel ? Guild : Guild | null;