Skip to content

Commit 8a6eaba

Browse files
committed
oops..
1 parent 0dfefa1 commit 8a6eaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/DiscordRPC/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class WebSocketTransport {
4040
const port = 6463 + (this.tries % 10);
4141
this.tries += 1;
4242
this.ws = new WebSocket(
43-
`wss://localhost:${port}/?v=1&client_id=1288341778637918208`
43+
`ws://localhost:${port}/?v=1&client_id=1288341778637918208`
4444
);
4545

4646
this.ws.onopen = this.onOpen.bind(this);

0 commit comments

Comments
 (0)