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

22
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,22 @@
#### Information
> Check one
- [ ] This includes major changes (new features, version required)
- [ ] This includes minor changes (doesn't change usage)
- [ ] This includes patches (bug fixes, documentation changes etc)
#### Is this related to an issue?
> Reference any issues here
#### Changes made
> Describe your changes
#### Confirmations
> Check all that apply
- [ ] This uses consistent code style
- [ ] This is tested and works