mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
[cmd] urbandictionary
This commit is contained in:
parent
1aba83b2ed
commit
07bb620cd1
4 changed files with 124 additions and 1 deletions
|
@ -134,6 +134,12 @@ module.exports.bingImages = async function(context, query){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.urbandictionary = async function(context, query){
|
||||
return await request(Api.SEARCH_URBANDICTIONARY, "GET", {}, {
|
||||
q: query
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.wolframAlpha = async function(context, query){
|
||||
return await request(Api.SEARCH_WOLFRAM_ALPHA, "GET", {}, {
|
||||
q: query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue