discordjs / RPC

A simple RPC client for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buttons not working properly

fardeem opened this issue · comments

I am setting the activity with:

    buttons: [
      {
        label: 'Join',
        url: 'https://discord.com/',
      },
    ],

image

The button appears but when you click on it, nothing happens. What can I do to make it work?

Same

It doesn't work just for you

When another person clicked on it, it works. You can't click on your personal button, it's not an issue about the source code.