update loading sprite

This commit is contained in:
derpystuff 2024-01-15 01:38:52 +01:00
parent 75b4586171
commit adde718ed9
2 changed files with 11 additions and 1 deletions

View file

@ -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());