mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Patch
This commit is contained in:
@@ -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?
|
||||
\`\`\`
|
||||
___________
|
||||
| |
|
||||
|
||||
Reference in New Issue
Block a user