From 747f552eee9e45d017b810ab438ac91d1dbd2b70 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 Oct 2025 00:56:39 +0500 Subject: feat: ffz emotes --- twitch.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'twitch.html') diff --git a/twitch.html b/twitch.html index deafbff..ff77bca 100644 --- a/twitch.html +++ b/twitch.html @@ -42,6 +42,8 @@ // adding emotes const emotePromises = [ + () => getFFZChannelEmotes(user["id"], emotes), + () => getFFZGlobalEmotes(emotes), () => getBetterTTVGlobalEmotes(emotes), () => getBetterTTVChannelEmotes(user["id"], emotes), () => get7TVChannelEmotes(user["id"], emotes), -- cgit v1.2.3