Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Peer ID Invalid Problem Fixed ✅
Browse files
bot.py
CHANGED
@@ -14,6 +14,9 @@ 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"""
|
|
|
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 |
+
import pyrogram.utils
|
18 |
+
|
19 |
+
pyrogram.utils.MIN_CHANNEL_ID = -1009147483647
|
20 |
|
21 |
|
22 |
name ="""By @Madflix_Bots From Telegram"""
|