From ea4ac3073301f74edbcb2753958f368103544422 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 2 May 2024 00:01:21 -0400 Subject: [PATCH] Add "No one killed anyone" --- commands/games-sp/hunger-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/hunger-games.js b/commands/games-sp/hunger-games.js index 97650b38..c5d5966d 100644 --- a/commands/games-sp/hunger-games.js +++ b/commands/games-sp/hunger-games.js @@ -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...'} `); }