From 100bea8a1d53ae2427cfa27199c9b11be4054cfe Mon Sep 17 00:00:00 2001 From: Crescent Date: Wed, 7 Jul 2021 01:40:59 -0500 Subject: [PATCH] bonk v3 --- commands/social/bonk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/social/bonk.js b/commands/social/bonk.js index abecb9f..f746a72 100644 --- a/commands/social/bonk.js +++ b/commands/social/bonk.js @@ -42,7 +42,7 @@ module.exports = { .setDescription(`You've bonked them **${bonk.against[mention.id] === 1 ? 'once' : `${bonk.against[mention.id]} times!`}**`) .setImage(String(Array.from(saves.values())[Math.floor(Math.random() * saves.size)])) .setColor('dda0dd') - .setFooter(`${fuck.total} bonks${fuck.total === 1 ? '' : 's'} total`) + .setFooter(`${bonk.total} bonks${bonk.total === 1 ? '' : 's'} total`) ); } if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {