blob: 751fecaa70274d9831f047ef350e6788098233ce [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, `settings/logs`)
export { name, description, subcommand as command };