blob: bd7fd14d969d2caa9e468e85d7c4dfd5571725f0 [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "nucleus";
const description = "Commands relating to Nucleus itself";
const subcommand = await command(name, description, `nucleus`, undefined, undefined, undefined, undefined, true);
export { name, description, subcommand as command };