discordjs / discord.js

A powerful JavaScript library for interacting with the Discord API
https://discord.js.org
Apache License 2.0
25.44k stars 3.97k forks source link

chore: bump guide node 18 #10492

Open ICEPrey opened 2 months ago

ICEPrey commented 2 months ago

Please describe the changes this PR makes and why it should be merged:

Changes Made

  1. Updated the minimum required Node.js version for discord.js v14 from v16.11.0 to v18.20.4 on the guide.
  2. Modified the version check example in the tip section, changing the version number from v16.11.0 to v18.20.4.

Reasons for Merging

  1. Documentation Accuracy: Keeps the documentation up-to-date with the current requirements for using discord.js v14.
  2. Best Practices: Aligns with current best practices by recommending a more recent LTS version of Node.js.
  3. User Experience: Helps prevent potential issues users might encounter when trying to use discord.js with an outdated Node.js version.

Status and versioning classification: