public
This commit is contained in:
parent
e0a11d4969
commit
11b8cd1b0a
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
|
@ -79,7 +79,8 @@ const subscription = await listener.subscribeToStreamChanges(userId, async strea
|
||||||
].join('\n')
|
].join('\n')
|
||||||
await post({
|
await post({
|
||||||
spoiler_text: 'Stream announcment',
|
spoiler_text: 'Stream announcment',
|
||||||
status
|
status,
|
||||||
|
visibility: 'public'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue