blob: af8006cb53ac9b41feedea6f925d497f4b2d6a2e [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 };