mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user