mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
fix chat
This commit is contained in:
parent
d9ad16a32e
commit
e0c7f2ae1c
1 changed files with 2 additions and 2 deletions
|
@ -108,12 +108,12 @@ module.exports = {
|
||||||
return editOrReply(context, {
|
return editOrReply(context, {
|
||||||
embeds:[createEmbed("defaultNoFooter", context, {
|
embeds:[createEmbed("defaultNoFooter", context, {
|
||||||
author: {
|
author: {
|
||||||
iconUrl: MODELS[model].icon,
|
iconUrl: MODELS[model.toLowerCase()].icon,
|
||||||
name: inputDisplay
|
name: inputDisplay
|
||||||
},
|
},
|
||||||
description: description.join('\n'),
|
description: description.join('\n'),
|
||||||
footer: {
|
footer: {
|
||||||
text: `${MODELS[model].name} • This information may be inaccurate or biased`
|
text: `${MODELS[model.toLowerCase()].name} • This information may be inaccurate or biased`
|
||||||
}
|
}
|
||||||
})],
|
})],
|
||||||
files
|
files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue