From ffe43bd8c2ecb009e0829e1ffd70fde84d86b29a Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 4 Jul 2021 00:58:30 -0500 Subject: [PATCH] kiss color --- commands/social/kiss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/social/kiss.js b/commands/social/kiss.js index 5a5fc3e..9c86b35 100644 --- a/commands/social/kiss.js +++ b/commands/social/kiss.js @@ -41,7 +41,7 @@ module.exports = { .setAuthor(`${message.guild ? message.member.displayName : message.author.username} gives ${message.guild.members.cache.get(mention.id).displayName} a kiss!`, message.author.avatarURL()) .setDescription(`You've kissed them **${kiss.against[mention.id] === 1 ? 'once' : `${kiss.against[mention.id]} times!`}**`) .setImage(String(Array.from(saves.values())[Math.floor(Math.random() * saves.size)])) - .setColor('52c7bb') + .setColor('ac0f0f') .setFooter(`${kiss.total} kiss${kiss.total === 1 ? '' : 's'} total`) ); }