From 3035763277f9729ec28ef0c41f217a847029afad Mon Sep 17 00:00:00 2001 From: _run Date: Sat, 4 Dec 2021 21:22:00 +0500 Subject: [PATCH] Update send_file_example.py --- examples/asynchronous_telebot/send_file_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/asynchronous_telebot/send_file_example.py b/examples/asynchronous_telebot/send_file_example.py index 64e3047..e67f8d8 100644 --- a/examples/asynchronous_telebot/send_file_example.py +++ b/examples/asynchronous_telebot/send_file_example.py @@ -4,7 +4,7 @@ from telebot.async_telebot import AsyncTeleBot -bot = AsyncTeleBot('1297441208:AAH-Z-YbiK_pQ1jTuHXYa-hA_PLZQVQ6qsw') +bot = AsyncTeleBot('TOKEN') @bot.message_handler(commands=['photo'])