Skip to content

NPM scripts for running the bot

Juan Pablo Garcia edited this page Jun 8, 2021 · 3 revisions

There are different scripts available to run the bot and do other functions.

Running Scripts

These scripts will run your code with the bot credentials for the specified test server.

Test Servers

We have four servers available to test features on. The scripts go as follows:

  • npm run test-1
  • npm run test-2
  • npm run test-3
  • npm run test-4

Development Server

This is the dev server used by the team to communicate.

  • npm run dev

Docs Scripts

To create the docs you can run the following script:

  • npm run docs
    It will create the docs with the config file, recursively on all folders.
Clone this wiki locally