mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
guildCreateTimeout option
This commit is contained in:
@@ -462,7 +462,7 @@ var InternalClient = (function () {
|
||||
if (!this.readyTime) {
|
||||
this.guildCreateTimeout = setTimeout(function () {
|
||||
_this6.checkReady();
|
||||
}, 1000);
|
||||
}, this.client.options.guildCreateTimeout);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user