mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
remove ugly ai loading embed
This commit is contained in:
parent
3aeb9bfdc7
commit
f11cb26560
7 changed files with 5 additions and 29 deletions
|
@ -69,15 +69,6 @@ const embedTypes = Object.freeze({
|
|||
},
|
||||
color: COLORS.embed
|
||||
}
|
||||
},
|
||||
"loading_ai": (context) => {
|
||||
return {
|
||||
author: {
|
||||
iconUrl: STATIC_ICONS.loading_ai,
|
||||
name: `Generating...`
|
||||
},
|
||||
color: COLORS.brand
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue