From 8a90a588466c37ce681e0752096599c5b14ef06c Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 10 Oct 2017 13:10:12 +0000 Subject: [PATCH] Patch --- commands/games/hangman.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/hangman.js b/commands/games/hangman.js index 987d7119..891721fc 100644 --- a/commands/games/hangman.js +++ b/commands/games/hangman.js @@ -37,7 +37,7 @@ module.exports = class HangmanCommand extends Command { const display = '_'.repeat(word.length).split(''); while (word.length !== confirmation.length && points < 7) { await msg.say(stripIndents` - The word is: ${display.join(' ')}. Which letter do you choose? + The word is: \`${display.join(' ')}\`. Which letter do you choose? \`\`\` ___________ | |