From b91b690b77debb5d12b3d652fce185ec08c759cc Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 5 Oct 2018 15:12:56 +0000 Subject: [PATCH] Fix --- commands/search/know-your-meme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/know-your-meme.js b/commands/search/know-your-meme.js index e27d04e7..4fc73be1 100644 --- a/commands/search/know-your-meme.js +++ b/commands/search/know-your-meme.js @@ -72,7 +72,7 @@ module.exports = class KnowYourMemeCommand extends Command { const text = children.eq(i).text(); if (foundAbout) { if (text) return text; - } else if (foundAbout) { + } else if (text === 'About') { foundAbout = true; } }