weather v2, p4

This commit is contained in:
derpystuff 2023-10-29 15:26:23 +01:00
parent 1ffa186256
commit 54c351c1a3
2 changed files with 13 additions and 4 deletions

View file

@ -94,6 +94,10 @@ const Statics = Object.freeze({
file: "brands/urbandictionary.png",
revision: 2
},
weather: {
file: "brands/weather.png",
revision: 2
},
wikihow: {
file: "brands/wikihow.png",
revision: 1
@ -172,6 +176,7 @@ module.exports.STATICS = Object.freeze({
reddit: staticAsset(Statics.brands.reddit),
tineye: staticAsset(Statics.brands.tineye),
urbandictionary: staticAsset(Statics.brands.urbandictionary),
weather: staticAsset(Statics.brands.weather),
wikihow: staticAsset(Statics.brands.wikihow),
wikipedia: staticAsset(Statics.brands.wikipedia),
wolframalpha: staticAsset(Statics.brands.wolframalpha),