From 361368e2c2c1c9e8ac141bab7d2f80bb4d43aa01 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Thu, 12 Dec 2024 17:32:58 +0200 Subject: [PATCH] I modified it so it suits my thing ) Yo randy you bald as shi --- app/discord_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/discord_client.py b/app/discord_client.py index be6c18a..7421400 100644 --- a/app/discord_client.py +++ b/app/discord_client.py @@ -26,9 +26,9 @@ class DiscordClient: response = requests.post( url=f"{self._webhook_url}?wait=true", json={ - "username": "Oak Tree", + "username": "Randy", "avatar_url": "https://i.imgur.com/DBOuwjx.png", - "content": f"@everyone {stream.user_name} went live!", + "content": f"@Notified {stream.user_name} went live! This guy bald as hell!!", "embeds": [ { "title": stream.title,