[solved] using emoji packs by JS
hi yo.I have created comment chats through Java script, but I cannot enable emoji packs through them. Either the Chats themselves disappear or nothing happens, and the assistant can't handle it either. Please tell me how
You're viewing a single thread.
I think what you want is just to put this on a new line in your lists editor:
hugeEmojiList = {import:huge-emoji-list}
and then add it like this:
let mainChatPlugin = commentsPlugin({ channel: "qine-main-chat", width: "100%", height: "350px", adminPasswordHash: "4b7a8a671d949baf24756f731091d13018de5c2ab4dd2cc1c1612a6643986933", customEmojis: hugeEmojiList, // <-- Add this line adminFlair: "👑 Creator", // ... });
Thanks, it helped