mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Fix
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = class KnowYourMemeCommand extends Command {
|
|||||||
const text = children.eq(i).text();
|
const text = children.eq(i).text();
|
||||||
if (foundAbout) {
|
if (foundAbout) {
|
||||||
if (text) return text;
|
if (text) return text;
|
||||||
} else if (foundAbout) {
|
} else if (text === 'About') {
|
||||||
foundAbout = true;
|
foundAbout = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user