diff --git a/commands/games-sp/horse-race.js b/commands/games-sp/horse-race.js index 8d2e5d6d..763ff2c5 100644 --- a/commands/games-sp/horse-race.js +++ b/commands/games-sp/horse-race.js @@ -69,7 +69,7 @@ module.exports = class HorseRaceCommand extends Command { }); if (!msgs.size) return msg.reply('Sorry, can\'t have a race with no bets!'); const pick = chosenHorses[Number.parseInt(msgs.first().content, 10) - 1]; - const results = []; + let results = []; for (const horse of chosenHorses) { results.push({ name: horse.name,