Skip to content

Commit

Permalink
fix(GuildChannel): default to this.rawPosition in clone() (#7057)
Browse files Browse the repository at this point in the history
  • Loading branch information
That-Guy977 committed Dec 2, 2021
1 parent 552d89f commit 5fcda73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/GuildChannel.js
Expand Up @@ -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,
});
Expand Down

0 comments on commit 5fcda73

Please sign in to comment.