mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user