mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
Fix it NOW
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = class QuotesCommand extends commando.Command {
|
|||||||
.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"
|
'Content-Type': 'application/x-www-form-urlencoded'
|
||||||
})
|
})
|
||||||
.query({
|
.query({
|
||||||
cat: randomTypes
|
cat: randomTypes
|
||||||
|
|||||||
Reference in New Issue
Block a user