From 92a512591e8374603197f964a4ff9aa3e2dcbdf1 Mon Sep 17 00:00:00 2001 From: *x1 Date: Thu, 20 Jun 2024 17:32:21 +0200 Subject: [PATCH] Update box.js --- commands/jeux/box.js | 2 ++ 1 file changed, 2 insertions(+) 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 = '';