diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 4a506a1..b88e06e 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -477,7 +477,7 @@ async function userRounds(message) { } if (rounds.length > 5) { - let rounds = rounds.slice(0, 5); + rounds = rounds.slice(0, 5); } rounds.forEach(async (item, index) => {