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.`)