discordjs / RPC

A simple RPC client for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose of Discord.register?

philipjscott opened this issue · comments

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?

commented

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

Thanks for the quick reply!