DiscordClient: remove debug code
This commit is contained in:
parent
7329570cb7
commit
86b83e400e
1 changed files with 0 additions and 7 deletions
|
@ -228,13 +228,6 @@ class DiscordClient extends EventEmitter {
|
|||
this.ws = null;
|
||||
}
|
||||
|
||||
setTimeout(() => {
|
||||
if (!this.__init) {
|
||||
this.__init = true;
|
||||
this.ws.close();
|
||||
}
|
||||
}, 6000)
|
||||
|
||||
const ws = new WebSocket(this.gatewayUrl);
|
||||
|
||||
this.ws = ws;
|
||||
|
|
Loading…
Reference in a new issue