.setDescription('Delete a game that you was playing!')
.addNumberOption(option=>option.setName('currentgamenumber').setDescription('Index of the game to delete in the list of currently playing games.').setMinValue(1)),
asyncexecute(interaction){
awaitinteraction.reply({content:'Searching for user...',ephemeral:true});
.setAuthor({name:`${interaction.user.displayName} deleted a game!`,iconURL:interaction.user.avatarURL()})
.setTitle(`${game.name} deleted!`)
.setDescription(`${interaction.user.displayName} has ${planNum} games planned, they are playing ${playNum} games, they have beaten ${beatNum} games, they have ${100-beatNum} games remaining.`)
.setFooter({text:'The Ochulus • 100 Games Challenge',iconURL:interaction.client.user.avatarURL()})