mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
editimage command
This commit is contained in:
parent
3d6233a0a7
commit
f35586fe89
7 changed files with 51 additions and 4 deletions
|
@ -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.`)]})
|
||||
}
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue