You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
// webhook variable is a DiscordWebhookClientawaitwebhook.SendMessageAsync("message without embed but link https://google.cz/");awaitwebhook.SendMessageAsync("message with embed and link https://google.cz/",embeds:new[]{newEmbedBuilder{Title="h",Color=Color.Red}.Build()});
This is most likely not an issue with the bridge itself or Discord.Net, but with Discord itself. A workaround for direct file links could be made to just put the links into additional embeds as their ImageUrl property.
The text was updated successfully, but these errors were encountered:
As seen here.
Reproduction:
This is most likely not an issue with the bridge itself or Discord.Net, but with Discord itself. A workaround for direct file links could be made to just put the links into additional embeds as their
ImageUrl
property.The text was updated successfully, but these errors were encountered: