From ce1a6f8074a2d5ecb2f618186b67b7979dd63fa0 Mon Sep 17 00:00:00 2001 From: *x1 Date: Tue, 28 May 2024 23:00:54 +0200 Subject: [PATCH] Update ajout gif --- commands/jobs/hack.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/jobs/hack.js b/commands/jobs/hack.js index 66d656d..63dfb19 100644 --- a/commands/jobs/hack.js +++ b/commands/jobs/hack.js @@ -95,7 +95,7 @@ module.exports = { .setDescription('Vous avez cassé(e) un cadenas de la team `' + team.name + '`, cette team à maintement `' + team.padlock - 1 + '` cadenas !') .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp() - .setImage('') + .setImage('https://cdn.discordapp.com/attachments/1173221717024448573/1188279536467579011/hack-pc.gif?ex=665721ce&is=6655d04e&hm=e2f2aacbc56c96a33cab6ce215bdc9d042c25df5ffc608098dc1595fe81ee710&') .setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() }); if (team.padlock == 1) { @@ -115,7 +115,7 @@ module.exports = { .setDescription('La team n\'a plus de cadenas ! Vous avez donc recupéré tout l\'argent de la bank (`' + team.bank + '`coins) !') .setColor(await embedColor(message.author.id, message.guild.id)) .setTimestamp() - .setImage() + .setImage('') .setFooter({ text: `Demandé par ${message.author.tag}`, iconURL: message.author.displayAvatarURL() }); message.reply({ embeds: [embed, embed2], allowedMentions: { repliedUser: false } });