Discord support tickets system for you server. .. and much more
$ virtualenv ticketx
$ cd ticketx && source bin/active
$ git clone https://github.com/sectasy0/dTicketX
$ pip install -r src/REQUIREMENTS.txtSetup bot app https://discordapp.com/developers/
Put your token to run.py
- Warn system
- Tempbans
- More roles support
- Channel logs
- Log messages from ticket channel
- Fork this repository
- Clone this repository to your local machine
- Hack away!
- Create a new pull request
- Complete main bot functionalities.
- Add saving logs added to the channel.
- Add saving logs added from ticket channels to file in logs.
- Add tempbans.
- Add warn system.
- fix bugs.
- Email: [email protected]
{ "warns": { "ban-warns-reach": true, "max-warns": 3, "ban-time": 10800 }, "channels": { "support-channel-id": 000000000000000000, // Paste channel id, where the bot sends an initial message. "support-category-id": 000000000000000000, // Paste support category id. "support-log-channeld-id": 000000000000000000 // Paste channel id where the bot will send ticket logs. }, "support-role": "ADMIN", // Name of the support role. "enable-channel-logger": true // if true bot send logs to support the log channel. }