forked from Firehawk52-backup/Telegram-Odesli-Bot
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()
|