blob: 521b33867590161deaa08be43abca2ded6683c08 [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`)
const allowedInDMs = true;
export { name, description, subcommand as command, allowedInDMs };