mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
added large_threshold as an option
This commit is contained in:
@@ -60,6 +60,7 @@ var Client = (function (_EventEmitter) {
|
||||
this.options.compress = options.compress || !process.browser;
|
||||
this.options.revive = options.revive || false;
|
||||
this.options.rate_limit_as_error = options.rate_limit_as_error || false;
|
||||
this.options.large_threshold = options.large_threshold || 250;
|
||||
this.internal = new _InternalClient2["default"](this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user