I am stupid...

This commit is contained in:
2024-12-12 18:58:43 +02:00
parent eda1c26c74
commit 76d799931c

View File

@@ -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,