We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782dbeb commit be83508Copy full SHA for be83508
config.py
@@ -6,10 +6,8 @@
6
logging.basicConfig(
7
format="[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s", level=logging.WARNING
8
)
9
-APP_ID = config("API_ID")
10
-API_HASH = config("API_HASH")
11
BOT_TOKEN = config("TOKEN")
12
AUTH_CHATS = config("AUTH_CHATS")
13
-tgbot = TelegramClient(None, APP_ID, API_HASH).start(bot_token=BOT_TOKEN)
+tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(bot_token=BOT_TOKEN)
14
15
print("OK?")
0 commit comments