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