import { Events } from 'discord.js'; export const name = Events.ChannelDelete; export async function execute(channel) { }