From 7a92677c9ee6e543d1f7dfbcb3166a3644ab15b6 Mon Sep 17 00:00:00 2001 From: *x1 Date: Wed, 29 May 2024 17:10:00 +0200 Subject: [PATCH] Update erreur d'un copier coller --- 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 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()