From 370bda101322ef488a7263434d8f75a86d6b2e6a Mon Sep 17 00:00:00 2001 From: Crescent Date: Wed, 7 Jul 2021 01:41:42 -0500 Subject: [PATCH] BONK V4 --- 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 f746a72..a049fae 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(`${bonk.total} bonks${bonk.total === 1 ? '' : 's'} total`) + .setFooter(`${bonk.total} bonk${bonk.total === 1 ? '' : 's'} total`) ); } if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {