change let to const

This commit is contained in:
Amish Shah
2016-12-23 18:38:48 +00:00
parent e63432c18e
commit 2ab5bae69a

View File

@@ -691,7 +691,7 @@ class Guild {
position = rolesToUpdate.last().position;
}
let updatedRoles = [];
const updatedRoles = [];
for (const uRole of rolesToUpdate.values()) {
updatedRoles.push({