Skip to content

Commit

Permalink
chore: bump guide node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ICEPrey committed Sep 7, 2024
1 parent 8a74f14 commit fd8b370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/guide/src/content/02-getting-started/01-starting-out.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Our [create-discord-bot](https://github.com/discordjs/discord.js/tree/main/packa

## Creating your bot

To use discord.js, you'll need to install [Node.js](https://nodejs.org), [Deno](https://deno.com), or [Bun](https://bun.sh). discord.js v14 requires Node.js v16.11.0 or higher, but the long-term support (LTS) version is always recommended. For the purposes of this guide, we will be using Node.js.
To use discord.js, you'll need to install [Node.js](https://nodejs.org), [Deno](https://deno.com), or [Bun](https://bun.sh). discord.js v14 requires Node.js v18.20.4 or higher, but the long-term support (LTS) version is always recommended. For the purposes of this guide, we will be using Node.js.

<Alert title="Tip" type="info">
To check if you already have Node.js installed, run _`node --version`_ in your terminal. If it outputs _`v16.11.0`_ or
To check if you already have Node.js installed, run _`node --version`_ in your terminal. If it outputs _`v18.20.4`_ or
higher, then you're good to go!
</Alert>

Expand Down

0 comments on commit fd8b370

Please sign in to comment.