kiss mispell

master
Crescent 3 years ago
parent ffe43bd8c2
commit 32077202f1
  1. 2
      commands/social/kiss.js

@ -42,7 +42,7 @@ module.exports = {
.setDescription(`You've kissed them **${kiss.against[mention.id] === 1 ? 'once' : `${kiss.against[mention.id]} times!`}**`) .setDescription(`You've kissed them **${kiss.against[mention.id] === 1 ? 'once' : `${kiss.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('ac0f0f') .setColor('ac0f0f')
.setFooter(`${kiss.total} kiss${kiss.total === 1 ? '' : 's'} total`) .setFooter(`${kiss.total} kisses${kiss.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