diff --git a/src/modules/utility.js b/src/modules/utility.js index b55a643..83df86b 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -1180,7 +1180,7 @@ jumbo.callback = async function (msg, line) { const emojiFound = await fetch(url, {method: "HEAD"}).then((res) => res.ok); - if (emojiFound) { + if (!emojiFound) { return "Emoji not found. The emoji set chosen might not have this emote as an image."; }