Built on top of slash-create, this is the Slash Command / Interactions extension to Migaga.
- Install dependencies
npm i -g yarn # if you don't have it already
yarn install
- Copy over
.env.example
into.env
and fill in the variables. - Create any more commands you want.
yarn start
npm i -g pm2
- Follow the first, second and third step above
pm2 start pm2.json
- (recommended)
pm2 dump