Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Discord not embedding links for messages with replies #4

Open
Jan0660 opened this issue Jan 11, 2022 · 0 comments
Open

Discord not embedding links for messages with replies #4

Jan0660 opened this issue Jan 11, 2022 · 0 comments
Labels

Comments

@Jan0660
Copy link
Owner

Jan0660 commented Jan 11, 2022

image
As seen here.
Reproduction:
image

// webhook variable is a DiscordWebhookClient

await webhook.SendMessageAsync("message without embed but link https://google.cz/");
await webhook.SendMessageAsync(
    "message with embed and link https://google.cz/", embeds: new[]
    {
        new EmbedBuilder
        {
            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.

@Jan0660 Jan0660 added the bridge label Jan 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant