major cleanup

This commit is contained in:
derpystuff 2023-11-04 17:29:06 +01:00
parent ddd918470e
commit a8cf49e31e
60 changed files with 537 additions and 619 deletions

View file

@ -23,7 +23,7 @@ module.exports = {
let image = await getRecentImage(context, 50)
if(!image) return editOrReply(context, createEmbed("warning", context, "No images found."))
let response = await editOrReply(context, createEmbed("loading", context, `Generating image...`))
await editOrReply(context, createEmbed("loading", context, `Generating image...`))
if(!args.text) args.text = ""
try {