4 guesses in google-feud

This commit is contained in:
Dragon Fire
2020-04-08 23:53:11 -04:00
parent ed4d6142ed
commit 3ceceb2737
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ module.exports = class GoogleFeudCommand extends Command {
const suggestions = await this.fetchSuggestions(question);
if (!suggestions) return msg.say('Could not find any results.');
const display = new Array(suggestions.length).fill('???');
let tries = 3;
let tries = 4;
while (display.includes('???') && tries) {
const embed = this.makeEmbed(question, tries, suggestions, display);
await msg.embed(embed);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.19.11",
"version": "112.19.12",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {