1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update register_handler.py

This commit is contained in:
_run 2021-09-25 17:15:33 +05:00
parent 92ac5a4166
commit beb4f8df44

View File

@ -1,6 +1,6 @@
import telebot
api_token = '1297441208:AAH5THRzLXvY5breGFzkrEOIj7zwCGzbQ-Y'
api_token = 'token'
bot = telebot.TeleBot(api_token)