#High CPU usage voiceStateUpdate

1 messages ยท Page 1 of 1 (latest)

polar flare
#

I think that it should not be that high for something this simple

pure pond
#

you must get into a loop or something

#

check your import maybe it loops ๐Ÿ˜„

polar flare
#

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...

polar flare
pure pond
#

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

polar flare
#

execute() is called only once