appheap/TASE

Improve the process of checking bot tasks

Closed this issue · 0 comments

Checking bot task is done in bot_message_handler module in `tase/telegram/update_handlers/bots/ package. It is better to have a mechanism for doing this process in the bot task class instead of checking every possible scenario in one place.