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:
@@ -76,6 +76,7 @@ var Client = (function (_EventEmitter) {
|
||||
this.options.rateLimitAsError = options.rateLimitAsError || false;
|
||||
this.options.largeThreshold = options.largeThreshold || 250;
|
||||
this.options.maxCachedMessages = options.maxCachedMessages || 1000;
|
||||
this.options.guildCreateTimeout = options.guildCreateTimeout || 1000;
|
||||
/**
|
||||
* Internal Client that the Client wraps around.
|
||||
* @readonly
|
||||
|
||||
Reference in New Issue
Block a user