import type { ButtonInteraction, ModalSubmitInteraction, AnySelectMenuInteraction, } from "discord.js"; import { ComponentRegistry } from "./structures/ComponentRegistry"; export const buttonRegistry = new ComponentRegistry(); export const modalRegistry = new ComponentRegistry(); export const selectMenuRegistry = new ComponentRegistry();