You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nucleus/src/commands/role/_meta.ts

9 lines
266 B

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 };