blob: af8006cb53ac9b41feedea6f925d497f4b2d6a2e [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
Skyler Greyda16adf2023-03-05 10:22:12 +00008export { name, description, subcommand as command };