diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index 2fd05c937..9a03e5b46 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -388,8 +388,7 @@ class GuildChannel extends Channel { * @readonly */ get deletable() { - return this.id !== this.guild.id && - this.permissionsFor(this.client.user).has(Permissions.FLAGS.MANAGE_CHANNELS); + return this.permissionsFor(this.client.user).has(Permissions.FLAGS.MANAGE_CHANNELS); } /**