#High CPU usage voiceStateUpdate
1 messages ยท Page 1 of 1 (latest)
like the thing that does module.execute(client, config) ?
it doesn't loop, there are many other modules loaded the same way, they don't use that much cpu...
in the console log, I can see that the voiceStateUpdate is executed only once when someone joins a vocal channel, if it looped there would be multiple logs
Its the only reason as far i know that creates high cpu usage out of nowhere
Maybe the modules you import inside your config does create a dependency loop
execute() is called only once