bard logo

This commit is contained in:
derpystuff 2023-10-08 21:07:18 +02:00
parent a0df2e4947
commit 66035229bc
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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),