blob: 2e0dbbf4df8613b60e3209aa78307c67305660ca [file] [log] [blame]
PineaFan64486c42022-12-28 09:21:04 +00001import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
2
pineafan4f164f32022-02-26 22:07:12 +00003const name = "ticket";
4const description = "Manage modmail tickets";
5
PineaFan64486c42022-12-28 09:21:04 +00006const subcommand = await command(name, description, `ticket`);
7
8export { name, description, subcommand as command };