Aura

Results 86 comments of Aura
trafficstars

Superseded by #8859, the new PR is up-to-date and implements the RFC. Also has a much simpler API.

That is intended, Node.js v16 is EOL (End-of-Life) and therefore discouraged from further use, you should start migrating to Node.js v18 or v20 as soon as possible. https://nodejs.org/en/about/previous-releases

Considering we don't use `node-fetch` but rather `globalThis.fetch`, which is `undici` powered, is this issue still relevant today?

Can you open a PR doing the mentioned changes? Or do you prefer somebody else to do this instead?

This has been fixed in the v14 rewrite long ago.

This should have been fixed a long time ago, but in case it wasn't, #2595 100% fixed this. Thanks for the issue report!

I really didn't want to come down to this, as I'm very against promoting my own code in similar packages, but since there's virtually no update in this repository, and...

To give more context, `WebhookClient` (which extends `BaseClient`) keeps a `REST` instance, which sets up those two timers: https://github.com/discordjs/discord.js/blob/f92be4fb944e69ae1b7cf667d99e434ad2ed7491/packages/rest/src/lib/RequestManager.ts#L240 https://github.com/discordjs/discord.js/blob/f92be4fb944e69ae1b7cf667d99e434ad2ed7491/packages/rest/src/lib/RequestManager.ts#L271 When given the default values: https://github.com/discordjs/discord.js/blob/f92be4fb944e69ae1b7cf667d99e434ad2ed7491/packages/rest/src/lib/utils/constants.ts#L28-L30 To have short-lived `WebhookClient`...

After some talking in internals, I just realised that `WebhookClient` is nothing but a replacement of `Client` for applications that don't manage a Discord bot, but a webhook. That's why...