mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
7d170fe4d0
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).
19 lines
904 B
Markdown
19 lines
904 B
Markdown
[![Run on Repl.it](https://repl.it/badge/github/eartharoid/DiscordTickets)](https://repl.it/github/eartharoid/DiscordTickets)
|
||
# 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)
|