From d30df301e6c534a79e598070c4014872d26743f2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 23 Mar 2017 17:24:35 +0000 Subject: [PATCH] Fix it NOW --- commands/random/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/quotes.js b/commands/random/quotes.js index fabbe9e5..87785648 100644 --- a/commands/random/quotes.js +++ b/commands/random/quotes.js @@ -25,7 +25,7 @@ module.exports = class QuotesCommand extends commando.Command { .set({ 'X-Mashape-Key': config.mashapekey, 'Accept': 'application/json', - 'Content-Type": "application/x-www-form-urlencoded" + 'Content-Type': 'application/x-www-form-urlencoded' }) .query({ cat: randomTypes