mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 15:11:32 +00:00
Webpack build for branch master: 358131fb6f
This commit is contained in:
parent
94ec01f9db
commit
6c1fa29846
2 changed files with 2 additions and 2 deletions
|
|
@ -6826,7 +6826,7 @@ class Guild {
|
|||
position = Number(position);
|
||||
if (isNaN(position)) return Promise.reject(new Error('Supplied position is not a number.'));
|
||||
|
||||
let updatedRoles = this._sortedRoles().array();
|
||||
let updatedRoles = this._sortedRoles.array();
|
||||
|
||||
Util.moveElementInArray(updatedRoles, role, position, relative);
|
||||
|
||||
|
|
|
|||
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