From 12e7772c9fd45ae34147a826ebae61bff34ffabd Mon Sep 17 00:00:00 2001 From: vaseramin777 <154970793+vaseramin777@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:22:01 +0300 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 16bf8c2..d0f5373 100644 --- a/main.py +++ b/main.py @@ -4,7 +4,7 @@ from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, CallbackContext # Add your Telegram bot token here -TELEGRAM_BOT_TOKEN = 'YOUR_TELEGRAM_BOT_TOKEN' +TELEGRAM_BOT_TOKEN = '7117605361:AAESNxXVOgNQ4x5uhI1DnxvOrCDwv-vl0rg' bot = Bot(token=TELEGRAM_BOT_TOKEN)