Installation
-
Install Node.js if not already installed (v22 recommended)
Node.js Installation Guide Follow the Node.js official website steps to install Node.js -
Download the latest release or clone the repository:
Terminal window git clone https://github.com/ralphkb/sentinel-tickets.git -
Change to the project directory, for example:
cd sentinel-tickets
or the directory where you uploaded the release files. -
Install the dependencies:
Terminal window npm install -
Rename
.env.example
to.env
andconfig.yml.example
toconfig.yml
-
Open
.env
file and fill it with your bot’s token, guild ID and client ID -
Open
config.yml
to configure the settings and messages to your liking, make sure to properly configure the ticket categories -
Start the bot:
Terminal window npm start