This commit is contained in:
Dragon Fire
2024-03-21 16:39:26 -04:00
parent 34c8df604a
commit 268a2f5946
-1
View File
@@ -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,