Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 379 Bytes

startup.md

File metadata and controls

10 lines (9 loc) · 379 Bytes

How to setup:

  1. Firstly, create a discord bot at https://discord.com/developers/applications
  2. open 'example.env' and fill the information
  3. rename example.env to .env
  4. make sure NodeJS is installed
  5. run 'npm install'
  6. run 'npm install nodemon'
  7. go inside the 'source' directory and run 'node register.js'
  8. finally oustide of the 'source' directory run 'npm start'