mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
fix(GuildChannel): parentID shouldn't be set in the constructor (#4919)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user