master
Crescent 3 years ago
parent bf9aef7a11
commit bcbacd89fe
  1. 2
      commands/social/bonk.js

@ -39,7 +39,7 @@ module.exports = {
bonk.save(); bonk.save();
return message.channel.send(new Discord.MessageEmbed() return message.channel.send(new Discord.MessageEmbed()
.setAuthor(`${message.guild ? message.member.displayName : message.author.username} bonks ${message.guild.members.cache.get(mention.id).displayName}!...ouch! `, message.author.avatarURL()) .setAuthor(`${message.guild ? message.member.displayName : message.author.username} bonks ${message.guild.members.cache.get(mention.id).displayName}!...ouch! `, message.author.avatarURL())
.setDescription(`You've bonked them **${fuck.against[mention.id] === 1 ? 'once' : `${fuck.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(`${fuck.total} bonks${fuck.total === 1 ? '' : 's'} total`) .setFooter(`${fuck.total} bonks${fuck.total === 1 ? '' : 's'} total`)

Loading…
Cancel
Save