mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
fix(GuildChannel): default to this.rawPosition in clone() (#7057)
This commit is contained in:
@@ -460,7 +460,7 @@ class GuildChannel extends Channel {
|
|||||||
bitrate: this.bitrate,
|
bitrate: this.bitrate,
|
||||||
userLimit: this.userLimit,
|
userLimit: this.userLimit,
|
||||||
rateLimitPerUser: this.rateLimitPerUser,
|
rateLimitPerUser: this.rateLimitPerUser,
|
||||||
position: this.position,
|
position: this.rawPosition,
|
||||||
reason: null,
|
reason: null,
|
||||||
...options,
|
...options,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user