mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +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}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
get calculatedPosition() {
|
get calculatedPosition() {
|
||||||
const sorted = this.guild._sortedRoles();
|
const sorted = this.guild._sortedRoles;
|
||||||
return sorted.array().indexOf(sorted.get(this.id));
|
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