From 66035229bca6f92ca39fd3aeb61248d37370c24d Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 8 Oct 2023 21:07:18 +0200 Subject: [PATCH] bard logo --- commands/message/fun/bard.js | 2 +- labscore/utils/statics.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/commands/message/fun/bard.js b/commands/message/fun/bard.js index 29c98bf..311d6da 100644 --- a/commands/message/fun/bard.js +++ b/commands/message/fun/bard.js @@ -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 diff --git a/labscore/utils/statics.js b/labscore/utils/statics.js index 8ed32c4..0aa274c 100644 --- a/labscore/utils/statics.js +++ b/labscore/utils/statics.js @@ -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),