Aura
Aura
Yes, this will be added. No ETA at the moment.
With permission from the maintainer, I'll be sharing this issue: https://github.com/discordjs/discord.js/issues/8084 It's basically a library-agnostic sharder system (needs to be in order to support bots that are made with discord.js's...
Replying to each other... first to @meister03: > Firstly, the broadcastEval/Eval part should be removed. Its quite a bad practice doing it. Users end up executing scripts, which can end...
This is because timers are unref'd: https://github.com/discordjs/discord.js-modules/blob/90704400d2ff8043993d59fcb02e9c50eb5a8227/packages/rest/src/lib/handlers/SequentialHandler.ts#L255 Since the sleep is done with `ref: false`, the event loop does not wait for the timeout to finish, albeit it's an interesting...
You have merge conflicts.
What's the use-case for this?
It's possible the behaviour of Node.js's `net` module changed with v13, I'll have to check, and while I'm at it, check why Dependabot's PRs are red. But yes, your expected...
That's not happening, ow switched to ESM-only and has caused many issues in the past due to it. We'll most likely switch to [ShapeShift](https://github.com/sapphiredev/shapeshift), which Sapphire devs have been building...
Yes, @vladfrangu has them.