From e5a1efe60ffa40b3207860301d2c34ad797f9016 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 30 Jun 2025 18:41:28 +0100 Subject: [PATCH] feat --- src/lib/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 6b44f34..6783e35 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -62,7 +62,7 @@ export const createLedClient = (_addr: string) => { }; }; -// export const twitchClient = createTwitchClient(); -// twitchClient.subscribeToFollow(); -// +export const twitchClient = createTwitchClient(); +twitchClient.subscribeToFollow(); + export const client = createLedClient("192.168.1.215");