blob: c5fcca5f68a730e8112362da781b7b8b2465c582 [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 = "mod";
4const description = "Perform moderator actions";
5
PineaFan538d3752023-01-12 21:48:23 +00006const subcommand = await command(name, description, `mod`);
PineaFan64486c42022-12-28 09:21:04 +00007
TheCodedProfa112f612023-01-28 18:06:45 -05008export { name, description, subcommand as command };