From ce74bb5dbd191ae7a2af0c570ca76b7bdd4bb54d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 14 Dec 2017 15:42:41 +0000 Subject: [PATCH] Fix --- commands/games/google-feud.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/games/google-feud.js b/commands/games/google-feud.js index 7617b5bc..a786f9ef 100644 --- a/commands/games/google-feud.js +++ b/commands/games/google-feud.js @@ -30,7 +30,6 @@ module.exports = class GoogleFeudCommand extends Command { .setDescription('Type the choice you think is a suggestion _without_ the question.') .setFooter(`${3 - fails} tries remaining!`); for (let i = 0; i < suggestions.length; i++) embed.addField(`❯ ${10000 - (i * 1000) || 500}`, display[i], true); - embed.addBlankField(true); await msg.embed(embed); const msgs = await msg.channel.awaitMessages(res => res.author.id === msg.author.id, { max: 1,