From 7e654a8214a427c3fc7ca4bb8e74e687c191fea9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 7 Jun 2021 20:12:52 -0400 Subject: [PATCH] Fix --- commands/games-sp/akinator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index b5c791b0..194e767e 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -146,6 +146,7 @@ module.exports = class AkinatorCommand extends Command { break; } buttonPress = verification.first(); + await buttonPress.deferUpdate(); if (buttonPress.customID === 'true') { win = false; break;