mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Oops
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class HangmanCommand extends Command {
|
|||||||
if (word[i] === choice) {
|
if (word[i] === choice) {
|
||||||
confirmation.push(word[i]);
|
confirmation.push(word[i]);
|
||||||
display[i] = word[i];
|
display[i] = word[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
await msg.say('Nope!');
|
await msg.say('Nope!');
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "22.3.2",
|
"version": "22.3.3",
|
||||||
"description": "A Discord Bot",
|
"description": "A Discord Bot",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user