From 8e3eaf2ae7ea2553a7814d91b1132cc6b374e6d0 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 17:13:40 +0000 Subject: [PATCH] Will this fix it? --- commands/random/quotes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/random/quotes.js b/commands/random/quotes.js index 6baf147d..aa70cef3 100644 --- a/commands/random/quotes.js +++ b/commands/random/quotes.js @@ -24,8 +24,7 @@ module.exports = class QuotesCommand extends commando.Command { .get('https://andruxnet-random-famous-quotes.p.mashape.com/') .set({ 'X-Mashape-Key': config.mashapekey, - 'Accept': 'application/json', - 'Content-Type': 'application/x-www-form-urlencoded' + 'Accept': 'application/json' }) .query({ cat: randomTypes