rio
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user