This commit is contained in:
Daniel Odendahl Jr
2017-10-10 13:10:12 +00:00
parent 14ef082a07
commit 8a90a58846
+1 -1
View File
@@ -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?
\`\`\`
___________
| |