An advanced Ticket Bot for Roleplay servers
- Multi-Guild bot, can be used to do ticket supporting on multiple servers.
- Reopen and claim ticket feature.
- Ticket logging and hosting.
- And more ...
- NodeJS (Typescript)
- MongoDB
- Yarn (alternative for NPM)
- Make sure you have installed NodeJS v16 or above in your system.
- Install all necessary packages:
npm i -g yarn typescript- Rename
.env.exampleto.envand fill all the necessary credentials. - Type the following in your terminal:
yarn --production
tsc- Go to
/build/config/config.jsonfile and fill in all the necessary credentials. - To run the application, just type
node .in your terminal.
[ERROR] [Error: ENOENT: no such file or directory, open 'C:\Users\username\path\Discord-Ticket-Bot\build\events\website\ticket-logs\transcript-123456789.html'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\username\path\Discord-Ticket-Bot\build\events\website\ticket-logs\transcript-123456789.html'
}- Answer: Create
ticket-logsfolder inDiscord-Ticket-Bot\build\events\websitedirectory.
- Murali Anand (murlee#0)