make eslint stop crying at me

This commit is contained in:
baz 2023-12-27 21:46:09 +00:00
parent 662812964f
commit 5edbce160c
1 changed files with 1 additions and 1 deletions

View File

@ -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;