mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Will this fix it?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user