diff --git a/bot.py b/bot.py index bd30104..cf17a34 100644 --- a/bot.py +++ b/bot.py @@ -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())