Telegram-Airdrop-Bot
Telegram-Airdrop-Bot copied to clipboard
bot.py not work
root@mazin:~/Telegram-Airdrop-Bot# python3 bot.py
Traceback (most recent call last):
File "bot.py", line 2, in
@twomax1177 check if the modules has been installed correctly.
If you still face this issue, reinstall the telegram library and check if the ReplyKeyboardMarkup class is present by importing it in the terminal
Steps would be-
- Open terminal -> python
- import telegram
- telegram.ReplyKeyboardMarkup It should should return the class object, meaning the installation is done properly