guildCreateTimeout option

This commit is contained in:
abalabahaha
2016-05-16 15:01:50 -07:00
parent e8874bae37
commit e6572caf6c
5 changed files with 9 additions and 2 deletions

View File

@@ -462,7 +462,7 @@ var InternalClient = (function () {
if (!this.readyTime) {
this.guildCreateTimeout = setTimeout(function () {
_this6.checkReady();
}, 1000);
}, this.client.options.guildCreateTimeout);
}
};