mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
add manga command
This commit is contained in:
parent
4039a0de3f
commit
0bc0186b72
4 changed files with 421 additions and 0 deletions
|
@ -451,6 +451,13 @@ module.exports.animeSupplemental = async function(context, supplementalKey){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.manga = async function(context, query, includeAdultContent){
|
||||
return await request(Api.OMNI_MANGA, "GET", {}, {
|
||||
q: query,
|
||||
include_adult: includeAdultContent
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.movie = async function(context, query, includeAdultContent){
|
||||
return await request(Api.OMNI_MOVIE, "GET", {}, {
|
||||
q: query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue