mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
update messaging
This commit is contained in:
parent
c3f23c4d43
commit
2d57a75e9b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
try{
|
||||
await emojiKitchen([em])
|
||||
}catch(e){
|
||||
return editOrReply(context, createEmbed("error", context, `Invalid Emoji (${em})`))
|
||||
return editOrReply(context, createEmbed("warning", context, `Unsupported Emoji (${em})`))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue