From 268a2f59461f2f683ceba5d09f96aefccd623aff Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 21 Mar 2024 16:39:26 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 1 - 1 file changed, 1 deletion(-) 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,