Softban color change

This commit is contained in:
Daniel Odendahl Jr
2017-04-30 14:48:20 +00:00
parent 64e2344a85
commit b358602ebb
+1 -1
View File
@@ -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});