mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
Decrease max listeners
This commit is contained in:
parent
c073bedc1c
commit
7a56929cf6
@ -87,7 +87,7 @@ export default class TClient extends Client {
|
|||||||
this.MPServer = new MPServer(this);
|
this.MPServer = new MPServer(this);
|
||||||
this.suggestion = new suggestion(this);
|
this.suggestion = new suggestion(this);
|
||||||
this.repeatedMessages = {};
|
this.repeatedMessages = {};
|
||||||
this.setMaxListeners(80);
|
this.setMaxListeners(20);
|
||||||
this.statsGraph = -60;
|
this.statsGraph = -60;
|
||||||
}
|
}
|
||||||
async init(){
|
async init(){
|
||||||
|
Loading…
Reference in New Issue
Block a user