From b37755d940d74cb35a4a0c84cf099ece39d3b9c1 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 31 Jul 2018 20:27:37 -0400 Subject: [PATCH] Fix --- commands/games/hunger-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/hunger-games.js b/commands/games/hunger-games.js index f8831970..c132878e 100644 --- a/commands/games/hunger-games.js +++ b/commands/games/hunger-games.js @@ -47,7 +47,7 @@ module.exports = class HungerGamesCommand extends Command { ${results.join('\n')} `; if (deaths.length) { - text += '\n'; + text += '\n\n'; text += stripIndents` **${deaths.length} cannon shot${deaths.length === 1 ? '' : 's'} can be heard in the distance.** ${deaths.join('\n')}