mirror of
https://github.com/sern-handler/website
synced 2026-06-22 15:52:30 +00:00
12 lines
229 B
Markdown
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
|
|
```
|