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
David Ralph 7fb279250b oops
2020-08-03 16:47:44 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-05 20:13:46 +01:00
commands oops 2020-08-03 16:47:44 +01:00
.gitattributes Initial commit 2019-05-03 22:03:32 +01:00
.gitignore update 2019-05-05 14:46:49 +01:00
.replit Add run on repl.it badge to README 2020-07-31 12:48:55 +00:00
example-config.json Update example-config.json 2019-06-04 19:06:23 +01:00
image.png update 2019-05-04 16:09:05 +01:00
index.js cleanup 2020-08-03 16:39:39 +01:00
LICENSE Initial commit 2019-05-03 22:03:32 +01:00
package.json cleanup 2020-08-03 16:39:39 +01:00
README.md Add run on repl.it badge to README 2020-07-31 12:48:55 +00:00

Run on Repl.it

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)

Credits