emojis baby

This commit is contained in:
derpystuff 2022-07-22 23:45:06 +02:00
parent 9acb1d5ec5
commit 83e13c81ad
7 changed files with 173 additions and 197 deletions

View file

@ -8,6 +8,10 @@ const Statics = Object.freeze({
file: "brands/bing.png",
revision: 0
},
emojipedia: {
file: "brands/emojipedia.png",
revision: 1
},
genius: {
file: "brands/genius.png",
revision: 0
@ -81,6 +85,7 @@ module.exports.STATICS = Object.freeze({
bing: staticAsset(Statics.brands.bing),
genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google),
emojipedia: staticAsset(Statics.brands.emojipedia),
inferkit: staticAsset(Statics.brands.inferkit),
makesweet: staticAsset(Statics.brands.makesweet),
photofunia: staticAsset(Statics.brands.photofunia),