From 250c3ae3c1f025c092383e4661bbb386e89a3c23 Mon Sep 17 00:00:00 2001 From: Sugden <28943913+NotSugden@users.noreply.github.com> Date: Mon, 19 Oct 2020 21:24:18 +0100 Subject: [PATCH] fix(GuildChannel): parentID shouldn't be set in the constructor (#4919) --- src/structures/GuildChannel.js | 2 -- 1 file changed, 2 deletions(-) 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) {