From 5edbce160cfa1448e2bcb6fbc65cdc35735a0c6e Mon Sep 17 00:00:00 2001 From: baz Date: Wed, 27 Dec 2023 21:46:09 +0000 Subject: [PATCH] make eslint stop crying at me --- commands/100-games/beatGame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;