Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update bot.py
Browse files
bot.py
CHANGED
@@ -13,7 +13,7 @@ from pyrogram import Client
|
|
13 |
from pyrogram.enums import ParseMode
|
14 |
import sys
|
15 |
from datetime import datetime
|
16 |
-
from config import API_HASH, APP_ID, LOGGER, TG_BOT_TOKEN, TG_BOT_WORKERS, FORCE_SUB_CHANNEL,
|
17 |
|
18 |
|
19 |
name ="""By @Madflix_Bots From Telegram"""
|
|
|
13 |
from pyrogram.enums import ParseMode
|
14 |
import sys
|
15 |
from datetime import datetime
|
16 |
+
from config import API_HASH, APP_ID, LOGGER, TG_BOT_TOKEN, TG_BOT_WORKERS, FORCE_SUB_CHANNEL, CHANNEL_ID, PORT
|
17 |
|
18 |
|
19 |
name ="""By @Madflix_Bots From Telegram"""
|