mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 15:51:48 +00:00
fix(GuildChannel): parentID shouldn't be set in the constructor (#4919)
This commit is contained in:
parent
94c9cc2300
commit
250c3ae3c1
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ class GuildChannel extends Channel {
|
|||
* @type {Guild}
|
||||
*/
|
||||
this.guild = guild;
|
||||
|
||||
this.parentID = null;
|
||||
}
|
||||
|
||||
_patch(data) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue