Skip to content

Commit

Permalink
Merge pull request #51 from Wissididom/patch-2
Browse files Browse the repository at this point in the history
Fixed problem with catching
  • Loading branch information
GeorgeCiesinski authored Oct 30, 2021
2 parents 61015f5 + 03b6d1f commit 0eb584b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,10 @@ function checkInput(inputRequest, msg) {
\`$leaderboard\`: see the updated leaderboard`;
util.embedReply(title, message, msg, artwork);
});

guessEntered = false; // Reset guessEntered
break; // To avoid scoring multiple times
}
}
guessEntered = false; // Reset guessEntered
});
});
}
Expand Down

0 comments on commit 0eb584b

Please sign in to comment.