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.
Go to file
2019-05-05 21:57:51 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-05 20:13:46 +01:00
commands update 2019-05-05 20:19:29 +01:00
handlers update 2019-05-05 18:42:56 +01:00
.gitattributes Initial commit 2019-05-03 22:03:32 +01:00
.gitignore update 2019-05-05 14:46:49 +01:00
example-config.json Update example-config.json 2019-05-05 20:58:32 +01:00
image.png update 2019-05-04 16:09:05 +01:00
index.js Update index.js 2019-05-05 21:57:51 +01:00
LICENSE Initial commit 2019-05-03 22:03:32 +01:00
package.json Update package.json 2019-05-05 21:13:33 +01:00
README.md Update README.md 2019-05-05 21:11:58 +01:00

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 information on using the bot

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)

Credits