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