diff --git a/commands/search/google.js b/commands/search/google.js index 4a4cee3e..155c0499 100644 --- a/commands/search/google.js +++ b/commands/search/google.js @@ -34,6 +34,7 @@ module.exports = class DefineCommand extends commando.Command { href = querystring.parse(href.replace('/url?', '')); message.channel.send(href.q); }).catch(function (err) { + console.log(err); message.channel.send(':x: Error! No Results Found!'); }); }