Skip to content

Installation

  1. Install Node.js if not already installed (v18 recommended)

  2. Download the latest release or clone the repository:

    Terminal window
    git clone https://github.com/ralphkb/sentinel-tickets.git
  3. Change to the project directory, for example: cd sentinel-tickets or the directory where you uploaded the release files.

  4. Install the dependencies:

    Terminal window
    npm install
  5. Rename .env.example to .env and config.yml.example to config.yml

  6. Open .env file and fill it with your bot’s token, guild ID and client ID

  7. Open config.yml to configure the settings and messages to your liking, make sure to properly configure the ticket categories

  8. Start the bot:

    Terminal window
    npm start