diff --git a/commands/jobs/hack.js b/commands/jobs/hack.js index 63dfb19..035d9ce 100644 --- a/commands/jobs/hack.js +++ b/commands/jobs/hack.js @@ -12,7 +12,7 @@ module.exports = { async execute(message, args, client) { if (args.length <= 2) { const embed = new EmbedBuilder() - .setTitle('Ajout Impossible') + .setTitle('Hack Impossible') .setDescription(`❌ Veuillez indiquer l'id une team.`) .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp()