Skip to content

Commit 82cea82

Browse files
committed
make quicker
1 parent 1c34ffd commit 82cea82

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
@@ -113,7 +113,7 @@ class WebSocketTransport {
113113

114114
setTimeout(() => {
115115
this.connect();
116-
}, 1000);
116+
}, 250);
117117
}
118118

119119
send(data) {

0 commit comments

Comments
 (0)