mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Wikia Console Log
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = class WikiaCommand extends Command {
|
|||||||
.setThumbnail(body.sections[0].images[0]);
|
.setThumbnail(body.sections[0].images[0]);
|
||||||
return msg.embed(embed);
|
return msg.embed(embed);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
console.log(err);
|
||||||
return msg.say('No Results or Invalid Wiki.');
|
return msg.say('No Results or Invalid Wiki.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user