mirror of
https://github.com/suhail-c/Telegram-Odesli-Bot.git
synced 2026-01-15 18:02:53 -03:00
7 lines
168 B
Python
7 lines
168 B
Python
from TelegramBot import bot
|
|
from TelegramBot.logging import LOGGER
|
|
|
|
LOGGER(__name__).info("client successfully initiated....")
|
|
if __name__ == "__main__":
|
|
bot.run()
|