From 5c71e8f5c996a57efaca80e52fd324e9f43831cd Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 4 Jul 2021 00:33:32 -0500 Subject: [PATCH] fuck v3 --- commands/social/fuck.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/social/fuck.js b/commands/social/fuck.js index efd0517..89cd07f 100644 --- a/commands/social/fuck.js +++ b/commands/social/fuck.js @@ -39,10 +39,10 @@ module.exports = { fuck.save(); return message.channel.send(new Discord.MessageEmbed() .setAuthor(`${message.guild ? message.member.displayName : message.author.username} bangs ${message.guild.members.cache.get(mention.id).displayName}!...Kinky! `, message.author.avatarURL()) - .setDescription(`You've banged them **${fuck.against[mention.id] === 1 ? 'once' : `${hugs.against[mention.id]} times!`}**`) + .setDescription(`You've banged them **${fuck.against[mention.id] === 1 ? 'once' : `${fuck.against[mention.id]} times!`}**`) .setImage(String(Array.from(saves.values())[Math.floor(Math.random() * saves.size)])) .setColor('dda0dd') - .setFooter(`${hugs.total} fuck${fuck.total === 1 ? '' : 's'} total`) + .setFooter(`${fuck.total} fuck${fuck.total === 1 ? '' : 's'} total`) ); } if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {