From 7123f16ce6dd178a017f387501b9c6021225b0ae Mon Sep 17 00:00:00 2001 From: Crescent Date: Sun, 4 Jul 2021 01:01:19 -0500 Subject: [PATCH] Blame wubzy --- 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 68b3de2..b5bb670 100644 --- a/commands/social/kiss.js +++ b/commands/social/kiss.js @@ -42,7 +42,7 @@ module.exports = { .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('ac0f0f') - .setFooter(`${kiss.total} kisses${kiss.total === 1 ? '' : 's'} total`) + .setFooter(`${kiss.total} kisse${kiss.total === 1 ? '' : 's'} total`) ); } if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {