mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
change let to const
This commit is contained in:
parent
e63432c18e
commit
2ab5bae69a
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ class Guild {
|
||||||
position = rolesToUpdate.last().position;
|
position = rolesToUpdate.last().position;
|
||||||
}
|
}
|
||||||
|
|
||||||
let updatedRoles = [];
|
const updatedRoles = [];
|
||||||
|
|
||||||
for (const uRole of rolesToUpdate.values()) {
|
for (const uRole of rolesToUpdate.values()) {
|
||||||
updatedRoles.push({
|
updatedRoles.push({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue