i forgot this file

This commit is contained in:
derpystuff 2023-10-11 17:07:59 +02:00
parent 3ab416a420
commit 6420c5b353

View file

@ -16,6 +16,10 @@ const Statics = Object.freeze({
file: "brands/bing.png", file: "brands/bing.png",
revision: 0 revision: 0
}, },
chatgpt: {
file: "brands/chatgpt.png",
revision: 0
},
emojipedia: { emojipedia: {
file: "brands/emojipedia.png", file: "brands/emojipedia.png",
revision: 2 revision: 2
@ -137,6 +141,7 @@ module.exports.STATICS = Object.freeze({
applemaps: staticAsset(Statics.brands.applemaps), applemaps: staticAsset(Statics.brands.applemaps),
bard: staticAsset(Statics.brands.bard), bard: staticAsset(Statics.brands.bard),
bing: staticAsset(Statics.brands.bing), bing: staticAsset(Statics.brands.bing),
chatgpt: staticAsset(Statics.brands.chatgpt),
genius: staticAsset(Statics.brands.genius), genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google), google: staticAsset(Statics.brands.google),
emojipedia: staticAsset(Statics.brands.emojipedia), emojipedia: staticAsset(Statics.brands.emojipedia),