mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 23:53:05 -04:00
[cmd](search) reverse-image
This commit is contained in:
parent
6526b79c86
commit
e2f69b14c1
4 changed files with 81 additions and 2 deletions
|
@ -135,6 +135,12 @@ module.exports.bingImages = async function(context, query){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.tineye = async function(context, url){
|
||||
return await request(Api.SEARCH_TINEYE, "GET", {}, {
|
||||
url: url
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.urbandictionary = async function(context, query){
|
||||
return await request(Api.SEARCH_URBANDICTIONARY, "GET", {}, {
|
||||
q: query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue