From 5b8a749a2661b288c66aed1d07cc0f4177950e26 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Thu, 17 Nov 2022 00:27:18 +0500 Subject: [PATCH] JFC ROOKIE MISTAKE --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())