Update README.md

This commit is contained in:
Miguel de la Cruz 2023-07-02 08:00:28 +00:00
parent c180bb5cbe
commit 38e78cc02b

View file

@ -34,6 +34,8 @@ $ make run
- [X] Define how to read the birthdays info - [X] Define how to read the birthdays info
- [X] Add a logger instance to the config - [X] Add a logger instance to the config
- [ ] Add config validation on server creation - [ ] Add config validation on server creation
- [ ] Add options to the server
- [ ] Pass logger to the server through an option
- [ ] Create a configurable template to fill with each notification - [ ] Create a configurable template to fill with each notification
- [ ] Create different message systems to use with the bot - [ ] Create different message systems to use with the bot
- [ ] Reduce logger verbosity - [ ] Reduce logger verbosity