This commit is contained in:
Daniel Odendahl Jr
2018-10-05 15:12:56 +00:00
parent cb68c978a5
commit b91b690b77
+1 -1
View File
@@ -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;
}
}