ajouter gif commande and corrige help and loadCommande

This commit is contained in:
VALOU3336
2024-02-27 11:28:49 +01:00
parent 16a446c9c1
commit 2f2a7995d7
6 changed files with 83 additions and 20 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
return message.reply('Vous devez entrer un nombre entre 1 et 99');
}
await message.reply('🗑️ Clear en cours...');
await message.channel.bulkDelete(amount, true).catch((err) => {
await message.channel.bulkDelete(amount + 1, true).catch((err) => {
message.reply('Une erreur est survenue lors du clear');
});
},