mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Enable autoReconnect by default
This commit is contained in:
@@ -249,7 +249,6 @@ var InternalClient = (function () {
|
||||
this.resolver = new _ResolverResolver2["default"](this);
|
||||
this.readyTime = null;
|
||||
this.messageAwaits = {};
|
||||
this.retryAfters = {};
|
||||
this.buckets = {
|
||||
"bot:msg:dm": new _UtilBucket2["default"](5, 5000),
|
||||
"bot:msg:global": new _UtilBucket2["default"](50, 10000),
|
||||
|
||||
Reference in New Issue
Block a user