From b358602ebbec8893cbadc8ee9d246b5bae021f43 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 30 Apr 2017 14:48:20 +0000 Subject: [PATCH] Softban color change --- commands/moderation/softban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/moderation/softban.js b/commands/moderation/softban.js index ffd4efa1..8319aefb 100644 --- a/commands/moderation/softban.js +++ b/commands/moderation/softban.js @@ -55,7 +55,7 @@ module.exports = class SoftbanCommand extends Command { await message.say(':ok_hand:'); const embed = new RichEmbed() .setAuthor(message.author.tag, message.author.displayAvatarURL) - .setColor(0xFF0000) + .setColor(0xFF4500) .setTimestamp() .setDescription(`**Member:** ${member.user.tag} (${member.id})\n**Action:** Ban\n**Reason:** ${reason}`); return modlogs.send({embed});