mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-16 23:57:48 +02:00
ajouter gif commande and corrige help and loadCommande
This commit is contained in:
@@ -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');
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user