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