mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
bard logo
This commit is contained in:
parent
a0df2e4947
commit
66035229bc
2 changed files with 6 additions and 1 deletions
|
@ -94,7 +94,7 @@ module.exports = {
|
|||
description: description.join('\n').substr(),
|
||||
footer: {
|
||||
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
||||
iconUrl: STATICS.google
|
||||
iconUrl: STATICS.bard
|
||||
}
|
||||
})],
|
||||
files
|
||||
|
|
|
@ -8,6 +8,10 @@ const Statics = Object.freeze({
|
|||
file: "brands/applemaps.png",
|
||||
revision: 1
|
||||
},
|
||||
bard: {
|
||||
file: "brands/bard.png",
|
||||
revision: 0
|
||||
},
|
||||
bing: {
|
||||
file: "brands/bing.png",
|
||||
revision: 0
|
||||
|
@ -127,6 +131,7 @@ function staticAsset(static) {
|
|||
|
||||
module.exports.STATICS = Object.freeze({
|
||||
applemaps: staticAsset(Statics.brands.applemaps),
|
||||
bard: staticAsset(Statics.brands.bard),
|
||||
bing: staticAsset(Statics.brands.bing),
|
||||
genius: staticAsset(Statics.brands.genius),
|
||||
google: staticAsset(Statics.brands.google),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue