kameloso.plugins.twitch.emotes

Functions related to importing and embedding custom emotes.

Modules

bttv
module kameloso.plugins.twitch.emotes.bttv

Functions for importing custom BetterTTV emotes.

ffz
module kameloso.plugins.twitch.emotes.ffz

Functions for importing custom FrankerFaceZ emotes.

seventv
module kameloso.plugins.twitch.emotes.seventv

Functions for importing custom 7tv emotes.

Members

Functions

embedCustomEmotes
void embedCustomEmotes(string content, string emotes, bool[dstring] customEmotes, bool[dstring] customGlobalEmotes)

Embeds custom emotes into the emotes string passed by reference, so that the PrinterPlugin can highlight content with colours.

importCustomEmotes
void importCustomEmotes(TwitchPlugin plugin, string channelName, ulong id)

Fetches custom BetterTTV, FrankerFaceZ and 7tv emotes via API calls.

Structs

Delays
struct Delays

Delays used in the emote import process.

See Also

Meta