From 23e3b160a52e40175aa2e1faa2650aeddc64f9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Marcell?= Date: Sun, 10 Nov 2024 21:19:59 +0200 Subject: [PATCH] Update main.py --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index be24906..380da6d 100644 --- a/backend/main.py +++ b/backend/main.py @@ -526,7 +526,7 @@ async def approve(ack, body): ) await bolt.client.chat_postMessage( channel=sumbitter_convo["channel"]["id"], - text=f"Welcome to OnBoard Live! Your stream key is {new_stream.key}. To use your stream key the easy way, go to . You can also use it in OBS with the server URL of rtmp://live.onboard.hackclub.com:1935", + text=f"Welcome to OnBoard Live! Your stream key is {new_stream.key}. To use your stream key the easy way, go to . You can also use it in OBS with the server URL of rtmp://live.onboard.hackclub.com:1935>. Make sure to turn on your microphone, or leav notes in chat, so we can know what you doing", )