Files
website/docs/guide/getting-started/preparing.md
2022-12-28 22:43:41 +03:00

12 lines
229 B
Markdown

# Preparing to Code
After installing and IDE you need to install node.
You can download the LTS version of node right [here](https://nodejs.org/en/download/)
Install discord.js with
```shell
npm install discord.js@latest
```