diff --git a/src/Client.js b/src/Client.js index 4751df9..4081a1c 100644 --- a/src/Client.js +++ b/src/Client.js @@ -18,7 +18,7 @@ class Client extends EventEmitter { this.bindEventListeners(); this.cursQuota = new RateLimit(16); this.chatQuota = new RateLimitChain(4, 4000); - this.nameQuota = new RateLimitChain(30, 30 * 60000); + this.usersetQuota = new RateLimitChain(30, 30 * 60000); this.crowned_chatQuota = new RateLimitChain(10, 2000); require('./Message.js')(this); }