From 29399b586e0264cdbb2a459bf46c2dbffe2ac1e9 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 11 Oct 2023 17:49:04 +0200 Subject: [PATCH] prioritize model over warning --- commands/message/fun/bard.js | 2 +- commands/message/fun/chat.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/fun/bard.js b/commands/message/fun/bard.js index 4f40056..f321b58 100644 --- a/commands/message/fun/bard.js +++ b/commands/message/fun/bard.js @@ -91,7 +91,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `This information may be inaccurate or biased • Bard` + text: `Bard • This information may be inaccurate or biased` } })], files diff --git a/commands/message/fun/chat.js b/commands/message/fun/chat.js index ad4ef3f..78fe181 100644 --- a/commands/message/fun/chat.js +++ b/commands/message/fun/chat.js @@ -106,7 +106,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `This information may be inaccurate or biased • ${MODELS[model].name}` + text: `${MODELS[model].name} • This information may be inaccurate or biased` } })], files