From c0a683a7b0be7db1a5a6f5338456f84dc313021e Mon Sep 17 00:00:00 2001 From: *x1 Date: Wed, 5 Jun 2024 21:31:50 +0200 Subject: [PATCH] Update correction du bug --- commands/jobs/hack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/jobs/hack.js b/commands/jobs/hack.js index 035d9ce..3f416e3 100644 --- a/commands/jobs/hack.js +++ b/commands/jobs/hack.js @@ -10,7 +10,7 @@ module.exports = { permission: 0, async execute(message, args, client) { - if (args.length <= 2) { + if (args.length >= 2) { const embed = new EmbedBuilder() .setTitle('Hack Impossible') .setDescription(`❌ Veuillez indiquer l'id une team.`)