Wikia Console Log

This commit is contained in:
Daniel Odendahl Jr
2017-07-10 22:44:55 +00:00
parent 2351feef89
commit c4eb9dedca
+1
View File
@@ -47,6 +47,7 @@ module.exports = class WikiaCommand extends Command {
.setThumbnail(body.sections[0].images[0]);
return msg.embed(embed);
} catch (err) {
console.log(err);
return msg.say('No Results or Invalid Wiki.');
}
}