mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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,
|
||||
userLimit: this.userLimit,
|
||||
rateLimitPerUser: this.rateLimitPerUser,
|
||||
position: this.position,
|
||||
position: this.rawPosition,
|
||||
reason: null,
|
||||
...options,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user