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
nicholasyoa86 7d170fe4d0 Add run on repl.it badge to README
This pull request adds a  badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
2020-07-31 12:48:55 +00:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-05 20:13:46 +01:00
commands Update new.js 2020-02-09 08:46:12 +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 Update index.js 2019-05-08 17:50:29 +01:00
LICENSE Initial commit 2019-05-03 22:03:32 +01:00
package.json Update package.json 2020-05-17 13:47:03 +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