mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
The most popular open-source and self-hosted ticket management bot for Discord - a free alternative to the premium and white-label plans of other popular ticketing bots.
.github/ISSUE_TEMPLATE | ||
commands | ||
handlers | ||
.gitattributes | ||
.gitignore | ||
example-config.json | ||
image.png | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md |
DiscordTickets
A simple (ish) Discord™️ bot to manage support tickets to allow you and your team to provide better and quicker assistance to your community members.
Go to the wiki for more information
Commands
!help
- show help menu!new
- create a new ticket [ticket
]!close
- close a ticket!add
- add a user to a ticket [adduser
]!remove
- remove a user from a ticket [kick
]
The help menu provides an example for each command, along with usage (parameters info) and alias info.
An example command / template is provided if you want to create your own command (such as !website
for example)