mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
fix r34 not using the specified service
This commit is contained in:
parent
2c5a2ee953
commit
68b41e23d0
1 changed files with 2 additions and 2 deletions
|
@ -125,10 +125,10 @@ module.exports.reddit = async function(context, query, nsfw = false){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.rule34 = async function(context, query, site){
|
||||
module.exports.rule34 = async function(context, query, service){
|
||||
return await request(Api.SEARCH_RULE34, "GET", {}, {
|
||||
q: query,
|
||||
site: site
|
||||
service: service
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue