diff --git a/src/structures/GuildChannel.js b/src/structures/GuildChannel.js index b4347e610..f397c3c32 100644 --- a/src/structures/GuildChannel.js +++ b/src/structures/GuildChannel.js @@ -32,8 +32,6 @@ class GuildChannel extends Channel { * @type {Guild} */ this.guild = guild; - - this.parentID = null; } _patch(data) {