blob: 8f906124edc87009fea926cdd4f3a78d3e026f0d [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "ticket";
const description = "Manage modmail tickets";
const subcommand: Awaited<ReturnType<typeof command>> = await command(name, description, `ticket`);
export { name, description, subcommand as command };