Updated ignore and added To-Do
This commit is contained in:
parent
e85e4d39ab
commit
b78420ae30
3
.gitignore
vendored
3
.gitignore
vendored
@ -158,4 +158,5 @@ config.json
|
|||||||
*.session-journal
|
*.session-journal
|
||||||
users
|
users
|
||||||
!users/.gitkeep
|
!users/.gitkeep
|
||||||
TASK.md
|
TASK.md
|
||||||
|
inline_bot.py
|
11
README.md
11
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 :)
|
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
|
Reference in New Issue
Block a user