mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Expanded files
This commit is contained in:
@@ -35,6 +35,7 @@ class Client extends EventEmitter {
|
||||
super();
|
||||
|
||||
this.options = options;
|
||||
this.options.catchup options.catchup;
|
||||
this.options.compress = options.compress;
|
||||
|
||||
if (this.options.compress) {
|
||||
@@ -1240,7 +1241,7 @@ class Client extends EventEmitter {
|
||||
setInterval(function () {
|
||||
self.keepAlive.apply(self);
|
||||
}, data.heartbeat_interval);
|
||||
|
||||
self.checkCatchUp();
|
||||
break;
|
||||
case "MESSAGE_CREATE":
|
||||
self.debug("received message");
|
||||
@@ -2074,6 +2075,10 @@ class Client extends EventEmitter {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
checkCatchUp(){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Client;
|
||||
Reference in New Issue
Block a user