JFC ROOKIE MISTAKE

This commit is contained in:
Shihaam Abdul Rahman 2022-11-17 00:27:18 +05:00
parent d07e50b0c0
commit 5b8a749a26
Signed by: shihaam
GPG Key ID: 5641D129E0B55604

2
bot.py
View File

@ -25,7 +25,7 @@ def handle(msg):
bot.sendMessage(chat_id, "Invalid input")
#bot token
bot = telepot.Bot('5732188026:AAFWvVTQkeF7sVPGmmqhysFJltUP3hjydew')
bot = telepot.Bot('')
MessageLoop(bot, handle).run_as_thread()
print (bot.getMe())