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 be83508 commit 9869268Copy full SHA for 9869268
config.py
@@ -8,6 +8,8 @@
8
)
9
BOT_TOKEN = config("TOKEN")
10
AUTH_CHATS = config("AUTH_CHATS")
11
-tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(bot_token=BOT_TOKEN)
+tgbot = TelegramClient(None, 6, "eb06d4abfb49dc3eeb1aeb98ae0f581e").start(
12
+ bot_token=BOT_TOKEN
13
+)
14
15
print("OK?")
0 commit comments