mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 7ffbbc7f07
This commit is contained in:
parent
6c1fa29846
commit
f4d89c9b5c
2 changed files with 2 additions and 2 deletions
|
|
@ -2361,7 +2361,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));
|
||||
}
|
||||
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue