blob: 1acc511a3975c1a7324a66bb942099ecb5038554 [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", undefined, undefined, undefined, ["ManageGuild"]);
export { name, description, subcommand as command };