A7F / mtg-telegram-assistant

telegram bot to enhance your local Magic: The Gathering playgroup experience
7 stars 6 forks source link

Problem with telegram module #2

Open cardosogguilherme opened 4 years ago

cardosogguilherme commented 4 years ago

Hello, I was trying to setup the bot, however when I try to execute I get:

Traceback (most recent call last): File "main.py", line 9, in <module> from telegram import (InlineQueryResultArticle, InputTextMessageContent, InlineKeyboardButton, InlineKeyboardMarkup) ImportError: cannot import name 'InlineQueryResultArticle'

Tried already to move the telegram folder to the project so it could read locally, however no luck :(

A7F commented 4 years ago

I think this happens because you did not install the package python-telegram-bot