View Single Post
thEsp
BANNED
Join Date: Aug 2017
Old 07-30-2023 , 15:55   Re: Cross-Game Chatter v1.6 [Discord <-> AMXX]
Reply With Quote #92

I used to get this error back in the day when I was developing this, but I just added require("events").EventEmitter.prototype._max Listeners = 0; and thought it wasn't going to show up again.

Just add bot.setMaxListeners(0); before login() gets called and maybe it's going to work fine.
thEsp is offline