mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +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}
|
* @type {Guild}
|
||||||
*/
|
*/
|
||||||
this.guild = guild;
|
this.guild = guild;
|
||||||
|
|
||||||
this.parentID = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_patch(data) {
|
_patch(data) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue