DiscordTickets/README.md
2019-05-05 22:13:22 +01:00

18 lines
778 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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](https://github.com/Eartharoid/DiscordTickets/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
- [ohlookitsderpy / leeks.js](https://github.com/ohlookitsderpy/leeks.js)