doceazedo / emotettv

💬 A Twitch (BTTV, FFZ & 7TV) emotes and badges parser - built with TMI.js in mind
https://emotettv.gitbook.io
17 stars 0 forks source link

Split channel and global emote stores #13

Closed doceazedo closed 1 year ago

doceazedo commented 2 years ago

If emotettv is used to parse messages from different channels, the store of every channel emotes will have their own copy of the global emotes yet they could be shared.

My proposal is to add a globaEmotesStore alongside channelEmotesStore.

This could also be achieved by adding a global key alongside the other channel IDs in the channelEmotesStore, but I think the first option is more elegant.

doceazedo commented 2 years ago

This could also be achieved by adding a global key alongside the other channel IDs

Use GLOBAL_CHANNEL_KEY for this