-
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Ralph edited this page Jan 25, 2024
·
5 revisions
Sentinel Tickets is a lightweight, open-source Discord bot designed for managing tickets and support systems on Discord. The bot stands out for its lack of watermarks, bloat, and the need for credits. With its extensive configuration options, you can customize the bot to fit your specific support needs. This project strives to offer a high-quality, free alternative to paid bots, with the goal of being production-ready and stable.
- Install Node.js if not already installed (v18 recommended): Node.js Installation Guide
- Clone the repository:
git clone https://github.com/ralphkb/sentinel-tickets.git
- Change to the project directory, for example:
cd ticket-bot-project
- Run
npm install
to install the dependencies - Rename .env.example to .env and config.yml.example to config.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:
npm start
This wiki is still new and more information will be added soon!