Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 457 Bytes

slash-create-template

This templates helps you in creating slash commands from a webserver.

Installation

  1. Install dependencies
npm i -g yarn # if you don't have it already
yarn install
  1. Copy over .env.example into .env and fill in the variables.
  2. Create any more commands you want.
  3. yarn start

Using PM2

  1. npm i -g pm2
  2. Follow the first, second and third step above
  3. pm2 start pm2.json
  4. (recommended) pm2 dump