diff --git a/modules/autoshorten.js b/modules/autoshorten.js index 1458cb5..2f7b6c8 100644 --- a/modules/autoshorten.js +++ b/modules/autoshorten.js @@ -18,6 +18,7 @@ var autoshorten = function(dbot) { }; http.get(options, function(response) { + console.log(response); dbot.say(data.channel, 'Shortened link from ' + data.user + ': ' + response.surl); }); }