editimage command

This commit is contained in:
derpystuff 2023-02-23 22:48:36 +01:00
parent 3d6233a0a7
commit f35586fe89
7 changed files with 51 additions and 4 deletions

View file

@ -30,7 +30,7 @@ module.exports = {
}))
}catch(e){
console.log(e)
return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to modify image.`)]})
return editOrReply(context, {embeds:[createEmbed("error", context, `Superresolution timed out.`)]})
}
},
};