diff --git a/modules/admin-tools/commands/admin.js b/modules/admin-tools/commands/admin.js index a0d6ecd..d0c9c74 100644 --- a/modules/admin-tools/commands/admin.js +++ b/modules/admin-tools/commands/admin.js @@ -37,7 +37,7 @@ module.exports.subcommands = { content: '⚠️ ' + localize('admin-tools', 'not-category'), ephemeral: true }); - await channel.setParent(category); + await channel.setParent(category, { lockPermissions: false }); interaction.reply({ ephemeral: true, content: localize('admin-tools', 'changed-category', {cat: category.toString(), c: channel.toString()}) @@ -110,4 +110,4 @@ module.exports.config = { ] } ] -}; \ No newline at end of file +};