This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: enable concurrent updates in bot.py
This commit refactors code by adding the `concurrent_updates` argument to the `ApplicationBuilder` method. This enables concurrent updates so that long-running tasks don't block the event loop.
- Loading branch information