aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
704 stars 145 forks source link

Rich Presence - External links fail on custom buttons #1083

Closed p0ut closed 3 months ago

p0ut commented 4 months ago

Which package has the bugs?

The core library

Issue description

It seems that custom buttons set with a custom rich presence no longer lead to the external link allocated to the button. I have noticed that this issue does not apply to mobile devices, only the PC client.

Code sample

To reproduce:

- Setup rich presence with streaming activity.
- use .addButton() to add a button to the rich presence.
- attempt to click button and you will notice it will not follow the link.

Package version

n/a

Node.js version

n/a

Operating system

n/a

Priority this issue should have

Low (slightly annoying)

Checklist

Additional Information

No response

p0ut commented 3 months ago

It seemed to be on discord's end. Bug is now fixed.