mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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;
|
||||
}
|
||||
|
||||
let updatedRoles = [];
|
||||
const updatedRoles = [];
|
||||
|
||||
for (const uRole of rolesToUpdate.values()) {
|
||||
updatedRoles.push({
|
||||
|
|
|
|||
Loading…
Reference in a new issue