>_run
>_run
Pickle storage is the worst out of all. I had some bugs when simultaneously testing my states code. I will investigate the issue and add a warning that pickle should...
Breaking changes will be here 1. state="*" filter will check for existing state, instead of returning True in StateFilter, which is useless; 2. get_data returns an EMPTY dictionary instead of...
@Badiboy i need your opinion on something I addressed before. Check the comment above(about sync call in async, I tagged you there)
@Badiboy I am nearly done with this PR. I have provided all breaking changes which I believe are all reasonable; If they were not - I provided a way to...
All that is left is cleaning up the code, which I will do after you proceed with the review
@badiboy I have just noticed some unexpected behaviour. It seems like the getMe call during init of the class is slowing down and resulting in connection timeout. Could you please...
- Changed token_check -> validate_token, which will just validate token by inspecting the string instead of calling getMe(wasn't a good idea after all); Drawbacks: subject to change in future. I...
@Badiboy I am fully done, need your review
You can review only crucial files(not new ones, etc), e.g init, async_telebot.py, etc All new files or storages do not require a review
Also I have addressed all breaking changes above