Closed Hackatoan closed 6 months ago
read the issue before this and it fixes the issue.
replace replaceemoji function with
function replaceEmoji(parseResult, emoji) {
const emojiUrl = https://cdn.discordapp.com/emojis/${emoji.id}.${emoji.animated ? "gif" : "webp"}
;
parseResult.content = parseResult.content.replace(<${emoji.animated ? "a" : ""}:${emoji.originalName || emoji.name}:${emoji.id}>
,emojiUrl);
}
Hey I used your forked version. Is there anyway to make the emojis smaller? They're massive lol
Describe the bug Emote never sends just grey out and stalls. To Reproduce sent emoji with plugin enabled on betterdb Expected behavior emoji sends as link. Additional context i assume the repo is abandoned but i see some active support in the issues so i dont know if there is a fix for this.