blob: f546d512dd89f42b5f46ae0c15ad67b8bbc0ab1a [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "role";
const description = "Change roles for users";
const subcommand = await command(name, description, `role`);
export { name, description, subcommand as command };