diff --git a/commands/jeux/box.js b/commands/jeux/box.js index 257fc06..664b729 100644 --- a/commands/jeux/box.js +++ b/commands/jeux/box.js @@ -30,6 +30,8 @@ module.exports = { const msg = await message.reply({ embeds: [embed], allowedMentions: { repliedUser: false } }) + await new Promise(resolve => setTimeout(resolve, 1000)); + const result = Math.floor(Math.random() * 30); let gain = ''; let emoji = '';