fixed config

This commit is contained in:
2026-04-06 17:22:02 +02:00
parent d26b5e5c56
commit 202d0ef7bb
+2
View File
@@ -24,6 +24,7 @@ async function channelSet(interaction) {
content: `Set <#${channel.id}> as ${purpose} channel!`, flags: MessageFlags.Ephemeral
})
}
async function channelSimulate(interaction) {
const purpose = interaction.options.getString('purpose')
switch (purpose) {
@@ -44,6 +45,7 @@ async function channelSimulate(interaction) {
}
return interaction.reply({ content: 'Done.', flags: MessageFlags.Ephemeral })
}
async function roleSet(interaction) {
const guild = interaction.guild
const purpose = interaction.options.getString('purpose')