From ba62591c0b207d164a26b56b6e6b3f0a7c06d78e Mon Sep 17 00:00:00 2001 From: Deko Date: Sat, 4 Mar 2023 18:15:21 +0100 Subject: [PATCH] Emphasize the vod message more --- app/discord_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/discord_client.py b/app/discord_client.py index dd225c8..7ce9c65 100644 --- a/app/discord_client.py +++ b/app/discord_client.py @@ -113,7 +113,8 @@ class DiscordClient: "username": "Oak Tree", "avatar_url": "https://i.imgur.com/DBOuwjx.png", "content": ( - f"{streamer_name} stopped the stream. VOD: \n{vod_url}" + f"{streamer_name} stopped the stream. Check out the VOD!" + f"\n{vod_url}" ), "embeds": [], },