mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
change let to const
This commit is contained in:
@@ -691,7 +691,7 @@ class Guild {
|
||||
position = rolesToUpdate.last().position;
|
||||
}
|
||||
|
||||
let updatedRoles = [];
|
||||
const updatedRoles = [];
|
||||
|
||||
for (const uRole of rolesToUpdate.values()) {
|
||||
updatedRoles.push({
|
||||
|
||||
Reference in New Issue
Block a user