update messaging

This commit is contained in:
derpystuff 2023-06-11 01:02:19 +02:00
parent c3f23c4d43
commit 2d57a75e9b

View file

@ -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})`))
}
}