mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -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(),
|
description: description.join('\n').substr(),
|
||||||
footer: {
|
footer: {
|
||||||
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
text: `This information may be inaccurate or biased • ${context.application.name}`,
|
||||||
iconUrl: STATICS.google
|
iconUrl: STATICS.bard
|
||||||
}
|
}
|
||||||
})],
|
})],
|
||||||
files
|
files
|
||||||
|
|
|
@ -8,6 +8,10 @@ const Statics = Object.freeze({
|
||||||
file: "brands/applemaps.png",
|
file: "brands/applemaps.png",
|
||||||
revision: 1
|
revision: 1
|
||||||
},
|
},
|
||||||
|
bard: {
|
||||||
|
file: "brands/bard.png",
|
||||||
|
revision: 0
|
||||||
|
},
|
||||||
bing: {
|
bing: {
|
||||||
file: "brands/bing.png",
|
file: "brands/bing.png",
|
||||||
revision: 0
|
revision: 0
|
||||||
|
@ -127,6 +131,7 @@ function staticAsset(static) {
|
||||||
|
|
||||||
module.exports.STATICS = Object.freeze({
|
module.exports.STATICS = Object.freeze({
|
||||||
applemaps: staticAsset(Statics.brands.applemaps),
|
applemaps: staticAsset(Statics.brands.applemaps),
|
||||||
|
bard: staticAsset(Statics.brands.bard),
|
||||||
bing: staticAsset(Statics.brands.bing),
|
bing: staticAsset(Statics.brands.bing),
|
||||||
genius: staticAsset(Statics.brands.genius),
|
genius: staticAsset(Statics.brands.genius),
|
||||||
google: staticAsset(Statics.brands.google),
|
google: staticAsset(Statics.brands.google),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue