Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 526 Bytes

File metadata and controls

11 lines (8 loc) · 526 Bytes

What do you need to code in JS?

  1. Node.js from https://nodejs.org/en/download
  2. VS code from https://code.visualstudio.com/download or https://vscode.dev/ to try out VS code for free
  3. After both of those are installed, run npm install

What do you need to start up your custom version of Java Lava?

  1. Your discord bot token in your .env file, your app id, your MongoDB URL, and the server id that you will be registering your developer commands to
  2. npm run start (for production)
  3. npm run dev (for development)