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; } }