mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
update bot
This commit is contained in:
parent
b24a30851e
commit
a6efe07e07
3 changed files with 9 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue