Skip to content
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

python-telegram-bot v7 compatability + more #35

Merged
merged 17 commits into from
Aug 18, 2017
Merged

Conversation

simonsmh
Copy link
Contributor

@simonsmh simonsmh commented Aug 15, 2017

  1. This pr works with python-telegram-bot v7. It drops embedded emoji support from deprecated function of upstream and fixes a tiny bug with filters.
  2. /kill command makes game owner easier to stop the game immediately. Ending Game and bugs? #17 Feature request + Bug fix #34
  3. Redesigned config.json file to store configurations.
  4. Admin list makes game in groups controlable. Ending Game and bugs? #17

@simonsmh simonsmh closed this Aug 15, 2017
@simonsmh simonsmh reopened this Aug 15, 2017
@@ -96,6 +96,33 @@ def new_game(bot, update):
if botan:
botan.track(update.message, 'New games')

@user_locale
def kill_game(bot, update):
"""Handler for the /kill command"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recommend put a tip for command in /help

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@simonsmh simonsmh changed the title python-telegram-bot v7 compatability python-telegram-bot v7 compatability + more Aug 16, 2017
@jh0ker
Copy link
Owner

jh0ker commented Aug 18, 2017

Nice! Thank you very much for your help :)

@jh0ker jh0ker merged commit 783e010 into jh0ker:master Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants