blob: 76e570d6565c5f407879f2a6a500dc2044f34646 [file] [log] [blame]
import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
const name = "settings";
const description = "Change bot settings";
const subcommand = await command(name, description, "settings")
export { name, description, subcommand as command};