You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will occur no earlier than the next major version (has already been done in many other packages).
Also of note, undici references will not be removed in discord.js. The main library is not intended to be used in browser environments, and undici request is more stable than fetch. Anything that can be used in browser / edge environments has already been updated to use global fetch when not in node (this includes in deno / bun).
Which application or package is this feature request for?
discord.js
Feature
Nodejs 16 is now EOL as of September 11 2023 and 18 is now LTS https://nodejs.dev/en/about/releases/
Ideal solution or implementation
Update all package engines to be 18+.
Experimental fetch is now enabled by default and can probably replace any undici references.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: