diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index c9e8837..1bd7f79 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -434,7 +434,10 @@ async function rounds(action, interaction) { .setDescription(finalMessage) .setTimestamp(); - interaction.reply(roundsEmbed, { ephemeral: true }); + interaction.reply({ + embeds: [roundsEmbed], + ephemeral: true + }); } }