From 3c7240b8c933bdd166cd8ee9a0c21ce80ae61fb3 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 17:11:31 +0000 Subject: [PATCH] Quote Command Test --- commands/random/quotes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/random/quotes.js b/commands/random/quotes.js index e9738999..6baf147d 100644 --- a/commands/random/quotes.js +++ b/commands/random/quotes.js @@ -31,6 +31,8 @@ module.exports = class QuotesCommand extends commando.Command { cat: randomTypes }) .then(function(response) { + console.log(response); + console.log(response.body); return message.channel.send(`"${response.body.quote}"\n - *${response.body.author}*`).catch(error => message.channel.send(':x: Error! Something went wrong!')); }).catch(function(err) { console.log(err);