blob: 1acc511a3975c1a7324a66bb942099ecb5038554 [file] [log] [blame]
PineaFan64486c42022-12-28 09:21:04 +00001import { command } from "../../utils/commandRegistration/slashCommandBuilder.js";
2
pineafan4f164f32022-02-26 22:07:12 +00003const name = "settings";
4const description = "Change bot settings";
5
Skyler Greyda16adf2023-03-05 10:22:12 +00006const subcommand = await command(name, description, "settings", undefined, undefined, undefined, ["ManageGuild"]);
PineaFan64486c42022-12-28 09:21:04 +00007
Skyler Greyda16adf2023-03-05 10:22:12 +00008export { name, description, subcommand as command };