From 53e96f2e5dcfefff97ca5a180c97884535787ca2 Mon Sep 17 00:00:00 2001 From: / Lynn ?? Date: Tue, 18 Mar 2025 00:42:59 +0700 Subject: [PATCH] poster.py --- poster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poster.py b/poster.py index 65b475a..d5dd0bd 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("8193457229:AAGH8k1NRdobNGzndOQyA_hJ1hFDhqfI-Aw") img = open(file, 'rb') bot.send_photo(chat_id, img) os.remove(file)