TimerBot PROBLEM #3439
TimerBot PROBLEM
#3439
-
I took example and ... |
Beta Was this translation helpful? Give feedback.
Answered by
Bibo-Joshi
Dec 23, 2022
Replies: 1 comment 4 replies
-
Since V20.0a5 most 3rd party dependencies are converted into optional dependencies. To use the JobQueue, install via |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
p17m0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since V20.0a5 most 3rd party dependencies are converted into optional dependencies. To use the JobQueue, install via
pip install python-telegram-bot[job-queue] --pre
. More info is available in the readme/the docs Startpage/the pypi page