-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Enhancement: Snip request through telegram #5877
Conversation
@MerlionRock, thanks for your PR! By analyzing the history of the files in this pull request, we identified @YvesHenri, @Gobberwart and @javajohnHub to be potential reviewers. |
Make changes to ignore Pokemon in snipe catch list for telegram mode.
To prevent looping errors due to wrong input by users, try except expression added to telegram snipe mode
@@ -406,12 +449,15 @@ def work(self): | |||
else: | |||
self.bot.sniper_disabled_global_warning = False | |||
targets = [] | |||
target = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems nowhere to use 'target' in the following code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted. Will delete it off. I changed this files too many times and lost track what I did.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
Traget = {} removed
Added instructions on how to activate and use manual snipping through telegram
Feature Enhancement: Snip request through telegram (#5877)
Re-Created due to conflicts
Added new feature:
Snipping through telegram, enable it in config, Sniper Task "mode": "telegram"
Also fixed the problem of not able to find Pokemons without EncounterID and SpawnPointID.
Fixes#5863