blob: 250951bd57ad6a14c4faa16533bb0f0eb00c46d0 [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "server";
const description = "Commands for the server";
const subcommand = await command(name, description, `server`);
export { name, description, subcommand as command };