mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +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/')
|
.get('https://andruxnet-random-famous-quotes.p.mashape.com/')
|
||||||
.set({
|
.set({
|
||||||
'X-Mashape-Key': config.mashapekey,
|
'X-Mashape-Key': config.mashapekey,
|
||||||
'Accept': 'application/json',
|
'Accept': 'application/json'
|
||||||
'Content-Type': 'application/x-www-form-urlencoded'
|
|
||||||
})
|
})
|
||||||
.query({
|
.query({
|
||||||
cat: randomTypes
|
cat: randomTypes
|
||||||
|
|||||||
Reference in New Issue
Block a user