https://github.com/sectasy0/dticketx
Discord support bot and more..
https://github.com/sectasy0/dticketx
Last synced: about 1 month ago
JSON representation
Discord support bot and more..
- Host: GitHub
- URL: https://github.com/sectasy0/dticketx
- Owner: sectasy0
- License: mit
- Created: 2020-04-25T18:42:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T17:06:16.000Z (about 5 years ago)
- Last Synced: 2025-01-06T11:44:38.439Z (over 1 year ago)
- Language: Python
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dTicketX 1.1
> Discord support tickets system for you server.
> .. and much more


### Installation
```sh
$ virtualenv ticketx
$ cd ticketx && source bin/active
$ git clone https://github.com/sectasy0/dTicketX
$ pip install -r src/REQUIREMENTS.txt
```
### Setup bot app https://discordapp.com/developers/
#### 1. Create a bot app on discord developers site

#### 2. Copy your app token and paste to main.py

> Put your token to run.py
#### 3. Go to the OAuth tab

#### 5. Set app permissions and get join link

### Configuration settings.json
```jsonc
{
"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.
}
```
### Commands
##### ^load extension_name - loads extension
##### ^unload extension_name - unloads extension
##### ^warn @user - warn user
### Todo
- [X] Warn system
- [X] Tempbans
- [ ] More roles support
- [X] Channel logs
- [X] Log messages from ticket channel
### Contributing
- Fork this repository
- Clone this repository to your local machine
- Hack away!
- Create a new pull request
# Changelog
## [1.0.0] - 22/04/2020
- Complete main bot functionalities.
## [1.1.0] - 26/04/2020
- Add saving logs added to the channel.
- Add saving logs added from ticket channels to file in logs.
## [1.2.0] - 19/05/2020
- Add tempbans.
- Add warn system.
- fix bugs.
### Contact with me
- Email: lxstsoftware@gmail.com