diff --git a/src/structures/Role.js b/src/structures/Role.js index 541af5b62..44a5f4275 100644 --- a/src/structures/Role.js +++ b/src/structures/Role.js @@ -128,7 +128,7 @@ class Role { * @type {number} */ get calculatedPosition() { - const sorted = this.guild._sortedRoles(); + const sorted = this.guild._sortedRoles; return sorted.array().indexOf(sorted.get(this.id)); }