This commit is contained in:
derpystuff 2022-05-29 16:44:25 +02:00
parent 0ea80b7452
commit 3432604c52
10 changed files with 79 additions and 9 deletions

View file

@ -140,6 +140,12 @@ module.exports.urbandictionary = async function(context, query){
})
}
module.exports.wikihow = async function(context, query){
return await request(Api.SEARCH_WIKIHOW, "GET", {}, {
q: query
})
}
module.exports.wolframAlpha = async function(context, query){
return await request(Api.SEARCH_WOLFRAM_ALPHA, "GET", {}, {
q: query