Add "No one killed anyone"

This commit is contained in:
Dragon Fire
2024-05-02 00:01:21 -04:00
parent cb66e740a3
commit ea4ac30733
+1 -1
View File
@@ -86,7 +86,7 @@ module.exports = class HungerGamesCommand extends Command {
And the winner is... **${remainingArr[0]}**!
__**Kills Leaderboard:**__
${this.makeLeaderboard(tributes, kills).join('\n')}
${this.makeLeaderboard(tributes, kills).join('\n') || 'No one killed anyone...'}
`);
}