mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Webpack build: 2ab5bae69a
This commit is contained in:
parent
77bbf7d528
commit
0d4a198f71
2 changed files with 2 additions and 2 deletions
|
|
@ -6168,7 +6168,7 @@ class Guild {
|
|||
position = rolesToUpdate.last().position;
|
||||
}
|
||||
|
||||
let updatedRoles = [];
|
||||
const updatedRoles = [];
|
||||
|
||||
for (const uRole of rolesToUpdate.values()) {
|
||||
updatedRoles.push({
|
||||
|
|
|
|||
2
discord.indev.min.js
vendored
2
discord.indev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue