discordjs / RPC

A simple RPC client for Discord
MIT License
474 stars 192 forks source link

Buttons not working properly #165

Closed fardeem closed 1 year ago

fardeem commented 2 years ago

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?

SupertigerDev commented 2 years ago

Same

SHUSTRIK-Milan commented 2 years ago

It doesn't work just for you

mertssmnoglu commented 2 years ago

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.