fix(GuildChannel): parentID shouldn't be set in the constructor (#4919)

This commit is contained in:
Sugden
2020-10-19 21:24:18 +01:00
committed by GitHub
parent 94c9cc2300
commit 250c3ae3c1

View File

@@ -32,8 +32,6 @@ class GuildChannel extends Channel {
* @type {Guild}
*/
this.guild = guild;
this.parentID = null;
}
_patch(data) {