master
Crescent 3 years ago
parent 100bea8a1d
commit 370bda1013
  1. 2
      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!`}**`) .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)])) .setImage(String(Array.from(saves.values())[Math.floor(Math.random() * saves.size)]))
.setColor('dda0dd') .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())) { if (['s', 'save', 'n', 'new', 'a', 'add'].includes(args[0].toLowerCase())) {

Loading…
Cancel
Save