diff --git a/commands/100-games/beatGame.js b/commands/100-games/beatGame.js index 6bcfe6f..3c858a5 100644 --- a/commands/100-games/beatGame.js +++ b/commands/100-games/beatGame.js @@ -31,7 +31,7 @@ module.exports = { const res = await getGameJson(body); - if (!res[0]) return interaction.reply({ content: 'No game found for the options supplied.', ephemeral: true}); + if (!res[0]) return interaction.reply({ content: 'No game found for the options supplied.', ephemeral: true }); const game = res[0]; const release_date = game.first_release_date;