summaryrefslogtreecommitdiff
path: root/twitch.html
diff options
context:
space:
mode:
Diffstat (limited to 'twitch.html')
-rw-r--r--twitch.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/twitch.html b/twitch.html
index a2cd48d..f5df236 100644
--- a/twitch.html
+++ b/twitch.html
@@ -11,9 +11,13 @@
</body>
<script src="/scripts/chat.js"></script>
+ <script src="/scripts/badges.js"></script>
<script>
+ const badges = {};
+
window.addEventListener("load", () => {
connectToChat("wss://irc-ws.chat.twitch.tv", "justinfan12345", "65432", "forsen");
+ getTwitchBadges("forsen", badges);
});
</script>
</html> \ No newline at end of file