From 76d799931c9a4fddc005757b9586c478300c1e4f Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Thu, 12 Dec 2024 18:58:43 +0200 Subject: [PATCH] I am stupid... --- 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 b74e58a..084695c 100644 --- a/app/discord_client.py +++ b/app/discord_client.py @@ -32,7 +32,7 @@ class DiscordClient: json={ "username": f"{self.user}", "avatar_url": f"{self.avatar_url}", - "content": f"<@&{self.role_id} {stream.user_name} {self.content}", + "content": f"<@&{self.role_id}> {stream.user_name} {self.content}", "embeds": [ { "title": stream.title,