muhammedfurkan / TelethonUserBot

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
8 months ago2 years old
Consider removing the commented out code block
10else:
11    bot = TelegramClient("telethonuserbot", Config.APP_ID, Config.API_HASH)
12
13# if Config.TG_BOT_TOKEN_BF_HER:14#     tgbot = TelegramClient("bot", Config.APP_ID, Config.API_HASH).start(
15#         bot_token=Config.TG_BOT_TOKEN_BF_HER)