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

5 lines
64 B
Python

import telebot
api_token = ''
bot = telebot.TeleBot(api_token)