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

An unofficial discord.js fork for creating selfbots

Home Page:https://discordjs-self-v13.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rich Presence - External links fail on custom buttons

p0ut opened this issue · comments

commented

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

  • I have searched the open issues for duplicates.
  • I have shared the entire traceback.
  • I am using a user token (and it isn't visible in the code).

Additional Information

No response