Spaces:
Paused
Paused
Jishu Developer
commited on
Update helper_func.py
Browse files- helper_func.py +1 -1
helper_func.py
CHANGED
|
@@ -11,7 +11,7 @@ import re
|
|
| 11 |
import asyncio
|
| 12 |
from pyrogram import filters
|
| 13 |
from pyrogram.enums import ChatMemberStatus
|
| 14 |
-
from config import FORCE_SUB_CHANNEL, FORCE_SUB_CHANNEL2, ADMINS
|
| 15 |
from pyrogram.errors.exceptions.bad_request_400 import UserNotParticipant
|
| 16 |
from pyrogram.errors import FloodWait
|
| 17 |
|
|
|
|
| 11 |
import asyncio
|
| 12 |
from pyrogram import filters
|
| 13 |
from pyrogram.enums import ChatMemberStatus
|
| 14 |
+
from config import FORCE_SUB_CHANNEL, FORCE_SUB_CHANNEL2, FORCE_SUB_CHANNEL3, FORCE_SUB_CHANNEL4, ADMINS
|
| 15 |
from pyrogram.errors.exceptions.bad_request_400 import UserNotParticipant
|
| 16 |
from pyrogram.errors import FloodWait
|
| 17 |
|