remove ugly ai loading embed

This commit is contained in:
derpystuff 2023-04-20 01:00:14 +02:00
parent 3aeb9bfdc7
commit f11cb26560
7 changed files with 5 additions and 29 deletions

View file

@ -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
}
}
})