i get unknown user for the content
content = "@distant void"
embed = {
"title": f"Restock! [{self.target_urls.index(url)}]",
"description": (
"Click the link below"
f"[Restock, Click Here]({redirected_url})"
),
}
payload = {"embeds": [embed], "content": content, "allowed_mentions": {"roles": ["1317904702561849424"]}}
webhook_response = requests.post(self.discord_webhook, json=payload)```