/migaga-slash

Slash commands extension to Migaga, my Discord bot.

Primary LanguageJavaScript

Migaga/

Built on top of slash-create, this is the Slash Command / Interactions extension to Migaga.

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