From 2ab5bae69a00018fcd6135a5a9d62c90a4f4a6ff Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Fri, 23 Dec 2016 18:38:48 +0000 Subject: [PATCH] change let to const --- src/structures/Guild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/Guild.js b/src/structures/Guild.js index 115fdf645..acd5b6fde 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -691,7 +691,7 @@ class Guild { position = rolesToUpdate.last().position; } - let updatedRoles = []; + const updatedRoles = []; for (const uRole of rolesToUpdate.values()) { updatedRoles.push({