mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-23 18:20:19 +03:00
Fix an issue
This commit is contained in:
parent
6b4107b692
commit
7baef05f26
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export class DiscordRPC
|
|||
|
||||
public static close (): void
|
||||
{
|
||||
this.rpc.clearActivity();
|
||||
this.rpc.destroy();
|
||||
|
||||
this.rpc = null as any;
|
||||
|
|
Loading…
Reference in a new issue