From 3cfe4a52668c9b33c3f78039d422af08e8277e9b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 21 Mar 2024 18:17:30 -0400 Subject: [PATCH] Fix aki embeds --- commands/games-sp/akinator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/games-sp/akinator.js b/commands/games-sp/akinator.js index 6c8b7220..53eb564a 100644 --- a/commands/games-sp/akinator.js +++ b/commands/games-sp/akinator.js @@ -87,7 +87,8 @@ module.exports = class AkinatorCommand extends Command { sRow.addComponents(new MessageButton().setCustomId('end').setStyle('DANGER').setLabel('End')); await buttonPress.editReply({ content: `**${aki.currentStep + 1}.** ${aki.question} (${Math.round(Number.parseInt(aki.progress, 10))}%)`, - components: [row, sRow] + components: [row, sRow], + embeds: [] }); try { buttonPress = await gameMsg.awaitMessageComponent({