mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Oops
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class HangmanCommand extends Command {
|
||||
if (word[i] === choice) {
|
||||
confirmation.push(word[i]);
|
||||
display[i] = word[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
await msg.say('Nope!');
|
||||
|
||||
Reference in New Issue
Block a user