Skip to content

How to use

直実 edited this page Feb 11, 2022 · 1 revision

Download

Node.JS : https://nodejs.org/en/download/

Visual Studio Code : https://code.visualstudio.com/download

How to use

  1. Download Node.JS and Visual Studio Code on your computer
  2. Open Visual Studio Code
  3. Open your terminal or press ctrl + shift + `
  4. type npm install to download all dependencies
  5. rename .env.example file to .env and fill all the values

How to start

  1. Installing package
npm install
  1. Rename .env
.env.example > .env
  1. Rename config.json
config.example.json > config.json
  1. Deploy slash command
npm run deploy
  1. Run start
npm start
Clone this wiki locally