mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
[cmd] wolfram-alpha
This commit is contained in:
parent
4eccafdbb6
commit
f4a22934c6
4 changed files with 78 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue