blob: c5fcca5f68a730e8112362da781b7b8b2465c582 [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "mod";
const description = "Perform moderator actions";
const subcommand = await command(name, description, `mod`);
export { name, description, subcommand as command };