1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-02-01 03:19:41 +11:00

Decrease max listeners

This commit is contained in:
toast-ts 2023-03-18 19:21:07 +11:00
parent f326a86f0e
commit 1dab43345c

View File

@ -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(){