From c4eb9dedca45acf884deb51ed02964bc109995bc Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 10 Jul 2017 22:44:55 +0000 Subject: [PATCH] Wikia Console Log --- commands/search/wikia.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/search/wikia.js b/commands/search/wikia.js index ba280454..c7b4502b 100644 --- a/commands/search/wikia.js +++ b/commands/search/wikia.js @@ -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.'); } }