link = "Please click <a href='https://www.example.com/'>HERE</a>!" webhook = AsyncDiscordWebhook(url=my_discord_webhook_url, content=link) await webook.execute() Or should links be sent differently?