20 to 25sec

This commit is contained in:
Louis Mazin 2025-07-15 16:29:39 +02:00
parent 4a0ee3d1d3
commit 4179bab090

View File

@ -46,9 +46,9 @@ module.exports = {
headers: headers
});
// Étape 3: Attendre 20 secondes
await interaction.editReply('⏳ Attente de 20 secondes...');
await new Promise(resolve => setTimeout(resolve, 20000));
// Étape 3: Attendre 25 secondes
await interaction.editReply('⏳ Attente de 25 secondes...');
await new Promise(resolve => setTimeout(resolve, 25000));
// Étape 4: Redémarrer le serveur
await interaction.editReply('🚀 Redémarrage du serveur...');