prioritize model over warning

This commit is contained in:
derpystuff 2023-10-11 17:49:04 +02:00
parent e70c7598e2
commit 29399b586e
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ module.exports = {
}, },
description: description.join('\n'), description: description.join('\n'),
footer: { footer: {
text: `This information may be inaccurate or biased • Bard` text: `Bard • This information may be inaccurate or biased`
} }
})], })],
files files

View file

@ -106,7 +106,7 @@ module.exports = {
}, },
description: description.join('\n'), description: description.join('\n'),
footer: { footer: {
text: `This information may be inaccurate or biased • ${MODELS[model].name}` text: `${MODELS[model].name} • This information may be inaccurate or biased`
} }
})], })],
files files