diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 157ddbe6..b2d049fb 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -88,7 +88,6 @@ module.exports = class AkinatorCommand extends Command { `**${aki.currentStep + 1}.** ${aki.question} (${Math.round(Number.parseInt(aki.progress, 10))}%)`, { components: [row, sRow] } ); - let buttonPress; try { buttonPress = await gameMsg.awaitMessageComponent({ filter: res => res.user.id === msg.author.id,