-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists