From 0c3e4ae88039fe29a5e813efd1ff145a4424b4ea Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 Jan 2026 22:16:52 +0200 Subject: [PATCH] less annoying message --- index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.js b/index.js index e409a71..5924617 100644 --- a/index.js +++ b/index.js @@ -72,12 +72,9 @@ const loop = async () => { await post({ spoiler_text: 'Stream announcment', 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}`, - '', - 'Follow this bot and hit the bell to get notifications when hj is live', ].join('\n'), visibility: 'public', });