This commit is contained in:
Dragon Fire
2020-04-21 22:56:29 -04:00
parent dd3e55a083
commit fd4121c5c5
+1 -1
View File
@@ -94,7 +94,7 @@ module.exports = class LieSwatterCommand extends Command {
await msg.say(stripIndents`
It was... **${question.answer ? 'true' : 'a lie'}**!
_Fastest Guess: ${pts.get(correct[0].id).user.tag} (+75 pts)_
_Fastest Guess: ${correct.length ? `${pts.get(correct[0].id).user.tag} (+75 pts)` : 'No One...'}_
${questions.length ? '_Next round starting in 5 seconds..._' : ''}
`);