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