mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
update loading sprite
This commit is contained in:
parent
75b4586171
commit
adde718ed9
2 changed files with 11 additions and 1 deletions
|
@ -47,7 +47,12 @@ module.exports = {
|
|||
if(!IMAGE_STYLES.includes(args.style.toLowerCase())) return editOrReply(context, createEmbed("warning", context, `Invalid Parameter (style).`))
|
||||
|
||||
try{
|
||||
await editOrReply(context, createEmbed("ai", context, "Generating Image..."))
|
||||
await editOrReply(context, createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
iconUrl: STATIC_ICONS.ai_image_processing,
|
||||
name: "Generating images..."
|
||||
}
|
||||
}))
|
||||
|
||||
let res = await aiWallpaper(context, args.text, args.style.toLowerCase());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue