mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
updates palm2 wording to match branding
This commit is contained in:
parent
fb2d4dbb37
commit
f0af222fa5
2 changed files with 5 additions and 4 deletions
|
@ -78,6 +78,7 @@ module.exports = {
|
|||
})
|
||||
}catch(e){
|
||||
if(e.response.body?.message) return editOrReply(context, {embeds:[createEmbed("warning", context, e.response.body.message)]})
|
||||
|
||||
console.log(e)
|
||||
return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to generate text.`)]})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue