diff --git a/commands/util/shutdown.js b/commands/util/shutdown.js index 06e5f30b..2d41d43c 100644 --- a/commands/util/shutdown.js +++ b/commands/util/shutdown.js @@ -32,7 +32,7 @@ module.exports = class ShutdownCommand extends Command { let currentString = ''; if (games > 0) { currentString += `${games} game${games > 1 ? 's' : ''}`; - if (calls > 1) currentString += ' and '; + if (calls > 0) currentString += ' and '; if (games === 1 && calls < 1) areIs = 'is'; } if (calls > 0) {