From 7545fdf6ac15f77cee500491d0b0d4a4747cd166 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 30 Jun 2025 20:31:59 +0100 Subject: [PATCH] rio --- src/lib/twitch.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/twitch.ts b/src/lib/twitch.ts index 11373c7..71d7717 100644 --- a/src/lib/twitch.ts +++ b/src/lib/twitch.ts @@ -11,7 +11,7 @@ type TwitchSubscribeBody = { type: "channel.follow"; version: 2; condition: { - broadcaster_user_id: "1093261112", + broadcaster_user_id: "1093261112" | "1327209163", moderator_user_id: "1093261112", }, transport: { @@ -80,7 +80,7 @@ export const createTwitchClient = () => { version: 2, condition: { moderator_user_id: '1093261112', - broadcaster_user_id: '1093261112' + broadcaster_user_id: '1327209163' }, transport: { callback: "https://twitch.johncosta.tech/api/webhook",