Browse Source

Move embed to options

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
077ef28af8
  1. 5
      bot/awesomescibo.js

5
bot/awesomescibo.js

@ -434,7 +434,10 @@ async function rounds(action, interaction) {
.setDescription(finalMessage) .setDescription(finalMessage)
.setTimestamp(); .setTimestamp();
interaction.reply(roundsEmbed, { ephemeral: true }); interaction.reply({
embeds: [roundsEmbed],
ephemeral: true
});
} }
} }

Loading…
Cancel
Save