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, uint id)

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

Static variables

baseDelayBetweenImports
auto baseDelayBetweenImports;

The base delay between importing custom emotes, in seconds.

See Also

Meta