v2 rewrite with discord.js@v12 support. Now with SQLite or MySQL storage.

Code is at least 80% less bad.
This commit is contained in:
Isaac (eartharoid)
2020-08-12 23:02:33 +01:00
parent c77f38f209
commit 8431b2d241
44 changed files with 4072 additions and 802 deletions

View File

@@ -1,5 +1,6 @@
[![Run on Repl.it](https://repl.it/badge/github/eartharoid/DiscordTickets)](https://repl.it/github/eartharoid/DiscordTickets)
# 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](https://github.com/Eartharoid/DiscordTickets/wiki) for more information**
@@ -13,6 +14,3 @@ A simple (ish) Discord™ bot to manage support tickets to allow you and your
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)