From 108e2b8af31434a03a3e9c305534b3e39dd65b26 Mon Sep 17 00:00:00 2001 From: Romain J Date: Tue, 27 Aug 2019 17:09:22 +0200 Subject: [PATCH] add(doc|readme): add checklist for new features --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d8883b --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# News + + - [ ] i18n for messages + - [ ] Custom prefixes + - [ ] Better help command + - [ ] Alias system for commands (e.g. `.alias .ci show .cs`) + - [ ] Migrate MySQL to postgresql + - [ ] Prepare bot for python 3.8 and discord.py 1.3.0 + - [ ] Create launcher + +## Launcher requirements + + - [ ] Can install the bot + - [ ] Can launch the bot + - [ ] can propose updates \ No newline at end of file