remove clearActivity as it isn't needed

This commit is contained in:
Maroxy 2021-10-24 19:49:54 +02:00
parent d876b779ad
commit 6b4107b692

View file

@ -38,7 +38,6 @@ export class DiscordRPC
public static close (): void
{
this.rpc.clearActivity();
this.rpc.destroy();
this.rpc = null as any;