From bb7f792a16d2f84afa0aea21285f2df5ba13323c Mon Sep 17 00:00:00 2001 From: Crescent Date: Wed, 30 Jun 2021 15:28:04 -0500 Subject: [PATCH] Creampie color --- commands/social/creampie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/social/creampie.js b/commands/social/creampie.js index b52a03e..cb90e91 100644 --- a/commands/social/creampie.js +++ b/commands/social/creampie.js @@ -36,7 +36,7 @@ module.exports = { return message.channel.send(new Discord.MessageEmbed() .setAuthor(`${message.guild ? message.member.displayName : message.author.username} gives a massive creampie to ${message.guild.members.cache.get(mention.id).displayName}..Tasty!`, message.author.avatarURL()) .setImage(String(Array.from(saves.values())[Math.floor(Math.random() * saves.size)])) - .setColor('bb0a1e') + .setColor('fffdd0') ); } if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {