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())) {