discordjs / RPC

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

Implement Client.clearActivity #25

Closed uwx closed 6 years ago

uwx commented 6 years ago

A while back, Discord_ClearPresence was added to the native RPC library. This PR implements a clearActivity function that does the same thing.

uwx commented 6 years ago

Well, setActivity doesn't have one either, but I added one anyway.

uwx commented 6 years ago

Fixed!