blob: d66b5d2e8ae4be45e31726fcda5b7d1b4525b747 [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`)
export { name, description, subcommand as command };