diff --git a/commands/random/quotes.js b/commands/random/quotes.js index 18a01ee9..fabbe9e5 100644 --- a/commands/random/quotes.js +++ b/commands/random/quotes.js @@ -24,7 +24,8 @@ 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' + 'Accept': 'application/json', + 'Content-Type": "application/x-www-form-urlencoded" }) .query({ cat: randomTypes