discordjs / RPC

A simple RPC client for Discord
MIT License
466 stars 191 forks source link

Rich presence only shows on client's machine #106

Closed r0hin closed 3 years ago

r0hin commented 3 years ago

I've got an electron app that shows something like this:

rpc.setActivity({
  details: 'Idling',
  state: 'Waiting',
  startTimestamp,
  largeImageKey: 'snek_large',
  largeImageText: 'Image',
  instance: false,
  startTimestamp: Math.round(Date.now() / 1000),
});

The rich presence is only shown on my own computer and when looking at my profile from other devices or instances, it's not shown. Any help with this is appreciated! Thanks!

devsnek commented 3 years ago

That is expected. You don't receive presence updates for yourself.