[cmd] wolfram-alpha

This commit is contained in:
derpystuff 2022-05-22 12:49:08 +02:00
parent 4eccafdbb6
commit f4a22934c6
4 changed files with 78 additions and 1 deletions

View file

@ -70,6 +70,12 @@ module.exports.bingImages = async function(context, query){
})
}
module.exports.wolframAlpha = async function(context, query){
return await request(Api.SEARCH_WOLFRAM_ALPHA, "GET", {}, {
q: query
})
}
module.exports.yacht = async function(context, text){
return await request(Api.PHOTOFUNIA_YACHT, "GET", {}, {
text: text