Skip to content

Instantly share code, notes, and snippets.

@fatiiates
Last active February 13, 2021 13:57
Show Gist options
  • Save fatiiates/edd29e473fdee4f14db84024d7fa139f to your computer and use it in GitHub Desktop.
Save fatiiates/edd29e473fdee4f14db84024d7fa139f to your computer and use it in GitHub Desktop.
Medium Telegram Chatbot - Updater First
if mode == "dev":
def run(updater):
updater.start_polling()
else:
sys.exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment