discordjs / RPC

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

Purpose of Discord.register? #103

Closed philipjscott closed 3 years ago

philipjscott commented 3 years ago

What's the purpose of this function? https://github.com/discordjs/RPC/blob/master/src/util.js#L6

I don't see why you'd want to register your client ID as a protocol: when would you want to invoke your electron application using clientID:// as the protocol?

devsnek commented 3 years ago

That functionality had to do with game store and library registration. I don't believe it is used anymore.

philipjscott commented 3 years ago

Thanks for the quick reply!