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;