Jxyme / simple-discord-rpc

Beautify your Discord profile with a fully customizable Discord Rich Presence, now with buttons.
32 stars 5 forks source link

Replit #14

Closed sneazy-ibo closed 2 years ago

sneazy-ibo commented 2 years ago

First of all thank you for the program, I've been searching a rpc with buttons AND timestamps for a while.

Please make the project compatible with replit so that we can host it there. Putting a token in a secret would be perfect so that account is always online without discord opened.

Jxyme commented 2 years ago

Discord-RPC uses the IPC protocol to communicate with the Discord application via a WebSocket. You need to use the tool on the same PC. It's simply not possible for it to communicate with the web browser version of Discord, or to host it on Rep.lit.

The tools that use your token and allow you to host them 24/7 are not the same. They're self bots.

Discord bots do not have the same features available, and that's why you won't find one that supports buttons etc (at the time of writing this).

Unfortunately there isn't anything I can do to support this - I also don't plan on releasing a RPC tool using the self-bot method.

Jxyme commented 2 years ago

I've updated the README to hopefully clear this up and to avoid further confusion, as it's something that's asked fairly often.