import { ButtonInteraction } from "discord.js"; export class ButtonEvent { public execute(interaction: ButtonInteraction) { } }