From 35d1d66a050ea16cf8af76c4f8bf8a7ac9f38de1 Mon Sep 17 00:00:00 2001 From: *x1 Date: Mon, 17 Jun 2024 19:37:22 +0200 Subject: [PATCH] Update drop --- commands/gestion/drop.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/gestion/drop.js b/commands/gestion/drop.js index ad4e2ec..7bf52e4 100644 --- a/commands/gestion/drop.js +++ b/commands/gestion/drop.js @@ -18,7 +18,8 @@ module.exports = { const row = new ActionRowBuilder() .addComponents(btn); - const sentMessage = message.channel.send(' ') + const sentMessage = message.channel.send('_ _') + let contage = 0 while (contage == 100) { setTimeout(() => { sentMessage.edit(`> Chargement : **${contage}%**`)