summaryrefslogtreecommitdiff
path: root/twitch.html
diff options
context:
space:
mode:
Diffstat (limited to 'twitch.html')
-rw-r--r--twitch.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/twitch.html b/twitch.html
index d606b48..deafbff 100644
--- a/twitch.html
+++ b/twitch.html
@@ -42,8 +42,10 @@
// adding emotes
const emotePromises = [
+ () => getBetterTTVGlobalEmotes(emotes),
() => getBetterTTVChannelEmotes(user["id"], emotes),
- () => getBetterTTVGlobalEmotes(emotes)
+ () => get7TVChannelEmotes(user["id"], emotes),
+ () => get7TVGlobalEmotes(emotes),
];
emotePromises
.reduce((p, fn) => p.then(fn), Promise.resolve())