-
Notifications
You must be signed in to change notification settings - Fork 3
How to use
直実 edited this page Feb 11, 2022
·
1 revision
Node.JS : https://nodejs.org/en/download/
Visual Studio Code : https://code.visualstudio.com/download
- Download Node.JS and Visual Studio Code on your computer
- Open Visual Studio Code
- Open your terminal or press
ctrl + shift + `
- type
npm install
to download all dependencies - rename
.env.example
file to.env
and fill all the values
- Installing package
npm install
- Rename .env
.env.example > .env
- Rename config.json
config.example.json > config.json
- Deploy slash command
npm run deploy
- Run start
npm start