20 to 25sec
This commit is contained in:
parent
4a0ee3d1d3
commit
4179bab090
@ -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...');
|
||||
|
Loading…
x
Reference in New Issue
Block a user