mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -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, {
|
||||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
iconUrl: MODELS[model].icon,
|
||||
iconUrl: MODELS[model.toLowerCase()].icon,
|
||||
name: inputDisplay
|
||||
},
|
||||
description: description.join('\n'),
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue