mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
remove audio detection because nobody uses it anyways
This commit is contained in:
parent
d8ab4e1810
commit
896ac7d400
3 changed files with 22 additions and 71 deletions
|
@ -92,12 +92,6 @@ module.exports.googleVisionWebDetection = async function(context, url){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.searchAudio = async function(context, url){
|
||||
return await request(Api.SEARCH_AUDIO, "GET", {}, {
|
||||
url: url
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.lyrics = async function(context, query){
|
||||
return await request(Api.SEARCH_LYRICS, "GET", {}, {
|
||||
q: query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue