mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
change let to const
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user