- Node Version Manager Windows Mac/Linux
- Github Desktop
- Visual Studio Code
Copy settings_template.json
, rename to settings.json
and fill in missing info
Change the prefix
inside of settings.json
Run npm install
to install all node dependencies
Start the bot by either node .
or via nodemon: npm i -g nodemon
and nodemon .
(nodemon will hot reload on file changes)