From 1dab43345cc1df4d43219f53a54148bfc0824fb1 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sat, 18 Mar 2023 19:21:07 +1100 Subject: [PATCH] Decrease max listeners --- src/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index a762a1f..452c991 100644 --- a/src/client.ts +++ b/src/client.ts @@ -87,7 +87,7 @@ export default class TClient extends Client { this.MPServer = new MPServer(this); this.suggestion = new suggestion(this); this.repeatedMessages = {}; - this.setMaxListeners(80); + this.setMaxListeners(20); this.statsGraph = -60; } async init(){