diff --git a/commands/100-games/beatGame.js b/commands/100-games/beatGame.js index ca27eeb..6bcfe6f 100644 --- a/commands/100-games/beatGame.js +++ b/commands/100-games/beatGame.js @@ -7,8 +7,7 @@ module.exports = { .setName('beatgame') .setDescription('Log a game that you have beat towards the 100 game challenge!') .addStringOption(option => option.setName('gamename').setDescription('The name of the game.')) - .addNumberOption(option => option.setName('gameid').setDescription('The IGDB game id.').setMinValue(0)) - .addStringOption(option => option.setName('datebeaten').setDescription('The date you beat the game (today if empty).')), + .addNumberOption(option => option.setName('gameid').setDescription('The IGDB game id.').setMinValue(0)), async execute(interaction) { const userDatabaseEntry = await getUserRegistration(interaction.user);