From fd4121c5c539a1fb54b474e8ede065a6c97b752f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 21 Apr 2020 22:56:29 -0400 Subject: [PATCH] Fix --- commands/games-mp/lie-swatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index 403f670d..e4686f0c 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -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..._' : ''} `);