mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -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{
|
try{
|
||||||
await emojiKitchen([em])
|
await emojiKitchen([em])
|
||||||
}catch(e){
|
}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