From 51a87f091374e3ca0bae0e6f63f892fdbd0b5a87 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 5 Oct 2020 18:29:27 -0400 Subject: [PATCH] Fix --- commands/util/shutdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/shutdown.js b/commands/util/shutdown.js index ac5784dc..3b896fc5 100644 --- a/commands/util/shutdown.js +++ b/commands/util/shutdown.js @@ -40,7 +40,7 @@ module.exports = class ShutdownCommand extends Command { if (calls > 0) { currentString += `${calls} phone call${calls > 1 ? 's' : ''}`; if (games < 1 && timers > 0) currentString += ' and '; - if (timers > 0) currentString += ', and'; + if (timers > 0) currentString += ', and '; if (calls === 1 && (games > 0 ? games === 1 : true)) areIs = 'is'; } if (timers > 0) {