Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
wont-stream committed Jul 9, 2024
1 parent 393b20f commit 1e41553
Show file tree
Hide file tree
Showing 4 changed files with 1,221 additions and 7 deletions.
Binary file removed plugins/DiscordRPC/bun.lockb
Binary file not shown.
6 changes: 1 addition & 5 deletions plugins/DiscordRPC/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"dependencies": {
"discord-rpc": "^4.0.1"
}
}
{}
4 changes: 2 additions & 2 deletions plugins/DiscordRPC/src/rpc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import DiscordRPC from "discord-rpc";
import DiscordRPC from "./ws.js";

export class AutoClient extends DiscordRPC.Client {
closeinterval;
Expand Down Expand Up @@ -70,4 +70,4 @@ export class AutoClient extends DiscordRPC.Client {
}
}

export * from "discord-rpc";
export * from "./ws.js";
Loading

0 comments on commit 1e41553

Please sign in to comment.