Skip to content

Buttons that open a URL not working. Removed feature ? #181

@WarezNet

Description

@WarezNet

When using the basic example

// == Set the presence
client.SetPresence(new RichPresence()
{
Details = "A Basic Example",
State = "In Game",
Timestamps = Timestamps.FromTimeSpan(10),
Buttons = new Button[]
{
new Button() { Label = "Fish", Url = "https://lachee.dev/" }
}
});

The presence shows but the button does not work in the latest discord canary client.

Is this happening to anyone else ? Any workarounds ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions