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
2020-08-12 23:02:33 +01:00
.github v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
src v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
user v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
.eslintrc.js v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
.gitattributes Initial commit 2019-05-03 22:03:32 +01:00
.gitignore v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
.replit Add run on repl.it badge to README 2020-07-31 12:48:55 +00:00
LICENSE Initial commit 2019-05-03 22:03:32 +01:00
package-lock.json v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
package.json v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00
README.md v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage. 2020-08-12 23:02:33 +01:00

Run on Repl.it

DiscordTickets

ENABLE UPDATER

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)