update bot

This commit is contained in:
bignutty 2024-08-23 00:00:07 +02:00
parent b24a30851e
commit a6efe07e07
3 changed files with 9 additions and 6 deletions

View file

@ -54,6 +54,10 @@ const Statics = Object.freeze({
file: "brands/google.png",
revision: 2
},
googlefinance: {
file: "brands/googlefinance.png",
revision: 0
},
inferkit: {
file: "brands/inferkit.png",
revision: 1
@ -203,6 +207,7 @@ module.exports.STATICS = Object.freeze({
chatgpt: staticAsset(Statics.brands.chatgpt),
genius: staticAsset(Statics.brands.genius),
google: staticAsset(Statics.brands.google),
googlefinance: staticAsset(Statics.brands.googlefinance),
emojipedia: staticAsset(Statics.brands.emojipedia),
inferkit: staticAsset(Statics.brands.inferkit),
inspirobot: staticAsset(Statics.brands.inspirobot),