From b78420ae30257db17e2cb1fab6773f34089c5a94 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 24 Oct 2022 13:29:23 +0200 Subject: [PATCH] Updated ignore and added To-Do --- .gitignore | 3 ++- README.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42a534e..c575d2b 100644 --- a/.gitignore +++ b/.gitignore @@ -158,4 +158,5 @@ config.json *.session-journal users !users/.gitkeep -TASK.md \ No newline at end of file +TASK.md +inline_bot.py \ No newline at end of file diff --git a/README.md b/README.md index e962547..28feda9 100644 --- a/README.md +++ b/README.md @@ -56,3 +56,14 @@ You can see config file with all the comments below: ``` After all of that you're good to go! Happy using :) + +## To-Do + +[ ] Check if link belongs to admin +[ ] Inline query user's application +[ ] Get applications .json +[ ] Get application by id and user_id +[ ] Age as a DD.MM.YYYY +[ ] Notify about upcoming birthdays +[ ] Change the application data +[ ] Check if user is already in group \ No newline at end of file