From 69b63f3cf43246b3a5ae28b68416cd974ebe9011 Mon Sep 17 00:00:00 2001 From: aliw45 Date: Sat, 5 Jul 2025 00:37:58 +0330 Subject: [PATCH] Update poster.py --- poster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster.py b/poster.py index 65b475a..546b456 100644 --- a/poster.py +++ b/poster.py @@ -6,7 +6,7 @@ chat_id = int(sys.argv[1]) file = str(chat_id)+'.png' - bot = telebot.TeleBot("SET TOKEN") + bot = telebot.TeleBot("7752565239:AAHH1b1Y_1fsYaYBxZicO59G3PNZWPiYhTA) img = open(file, 'rb') bot.send_photo(chat_id, img) os.remove(file)