blob: 666dbf4ecab23b018c16a845bd17566a872a26e5 [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};