diff --git a/commands/casino/top.js b/commands/casino/top.js index ab6d16c..77252eb 100644 --- a/commands/casino/top.js +++ b/commands/casino/top.js @@ -156,8 +156,8 @@ module.exports = { await interaction.deferUpdate(); const embed = await leaderboard(selected); - replyMessage.edit({ embeds: embed }); - interaction.followup({ content: 'Leaderboard mis à jour', ephemeral: true }); + replyMessage.edit({ embeds: [embed] }); + interaction.followUp({ content: 'Leaderboard mis à jour', ephemeral: true }); } }); },