less annoying message

This commit is contained in:
Henry Jameson 2026-01-13 22:16:52 +02:00
commit 0c3e4ae880

View file

@ -72,12 +72,9 @@ const loop = async () => {
await post({ await post({
spoiler_text: 'Stream announcment', spoiler_text: 'Stream announcment',
status: [ status: [
'Hej, hj just went live on peertube :annoying_dog_hole:', 'hj just went live on peertube',
'', '',
`Streaming ${stream.gameName}: ${stream.title}`,
`https://tube.ebin.club/w/${videoId}`, `https://tube.ebin.club/w/${videoId}`,
'',
'Follow this bot and hit the bell to get notifications when hj is live',
].join('\n'), ].join('\n'),
visibility: 'public', visibility: 'public',
}); });