utility.jumbo: this has been broken for about a year or more because of a forgotten not

This commit is contained in:
Cynthia Foxwell 2024-05-18 23:27:08 -06:00
parent 4735cce106
commit f0edc0f589
1 changed files with 1 additions and 1 deletions

View File

@ -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.";
}