We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe019 commit d281636Copy full SHA for d281636
README.md
@@ -29,6 +29,9 @@ The overall goal is to implement a set of plugins focused on moderation and util
29
- [ ] Support for non-English languages
30
- is this viable? maybe just for slash commands as localising prefix options would be a nightmare - but so would localising duration parsing
31
- [x] Log things properly instead of just using console
32
+- [ ] Use more standard things
33
+ - [ ] Use [dbmate](https://github.com/amacneil/dbmate) or something instead of rolling my own sql migration
34
+ - [ ] Maybe also use a logging library? (eww...)
35
- 🚧 Unit testing
36
- 🚧 Moderation
37
- [x] Ban
0 commit comments