From e12a322518a48bc69ab4ec1de633d9502708584e Mon Sep 17 00:00:00 2001 From: Deko Date: Sat, 4 Mar 2023 14:42:59 +0100 Subject: [PATCH] Update embed content to include message for notif --- app/discord_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/discord_client.py b/app/discord_client.py index 9f953ff..dd225c8 100644 --- a/app/discord_client.py +++ b/app/discord_client.py @@ -22,7 +22,7 @@ class DiscordClient: json={ "username": "Oak Tree", "avatar_url": "https://i.imgur.com/DBOuwjx.png", - "content": "@everyone", + "content": f"@everyone {stream.user_name} went live!", "embeds": [ { "title": stream.title,