- Notifications
You must be signed in to change notification settings - Fork5.7k
Open
Description
What kind of feature are you missing? Where do you notice a shortcoming of PTB?
New API features usually have a very predictable set of new features:
- adding a new argument to bot methods -> we need to add the parameter to all methods + docs + shortcut methods + extbot
- adding a new parameter to classes -> add to
__init__
+ docs + assign toself
.
Describe the solution you'd like
How would the script know what to add? It can parse the output oftest_official
first, to add parameters to bot methods. Next, it can then runtest_message
,test_chat
, etc, to know which shortcut methods need updating.
Additionally the script should also confirm with the user usinginput()
for the action it is about to do. The script can also take the argument-y
to skip asking.
Describe alternatives you've considered
Do it all manually like we do already.
Additional context
Even if the script isn't perfect, it can help reduce developer time.
Metadata
Metadata
Assignees
Labels
No labels