From 17eafc0dd064e8cd6459dffe719712fece921fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=8B=D1=87=D0=B5=D0=B2=20=D0=9F=D0=B0?= =?UTF-8?q?=D0=B2=D0=B5=D0=BB=20=D0=98=D0=B2=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= Date: Sat, 31 Jul 2021 17:55:48 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'main.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 839431a..66c43ba 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ import telebot from random import choice -token = '1876215418:AAHoWRyNkIU6CQymRXdOFAzDBcxwO4vNq-A' +token = '' bot = telebot.TeleBot(token)