[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

@ -17,6 +17,10 @@ const Statics = Object.freeze({
google: {
file: "brands/google.png",
revision: 0
},
wolframalpha: {
file: "brands/wolframalpha.png",
revision: 0
}
}
})
@ -29,5 +33,6 @@ module.exports.STATICS = Object.freeze({
photofunia: staticAsset(Statics.brands.photofunia),
genius: staticAsset(Statics.brands.genius),
bing: staticAsset(Statics.brands.bing),
google: staticAsset(Statics.brands.google)
google: staticAsset(Statics.brands.google),
wolframalpha: staticAsset(Statics.brands.wolframalpha)
})