diff --git a/commands/teams/trep.js b/commands/teams/trep.js index 9fd507e..8250fa2 100644 --- a/commands/teams/trep.js +++ b/commands/teams/trep.js @@ -10,7 +10,7 @@ module.exports = { permission: 0, async execute(message, args, client) { - if (args.length <= 2) { + if (args[0].length <= 1) { const embed = new EmbedBuilder() .setTitle('Ajout Impossible') .setDescription(`❌ Veuillez indiquer l'id une team.`)