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 bdbb9e1 commit 97737e1Copy full SHA for 97737e1
plugins/start.py
@@ -6,7 +6,7 @@
6
from pyrogram.errors import FloodWait
7
8
from bot import Bot
9
-from config import client.db_channel.id, ADMINS, START_MSG, OWNER_ID
+from config import ADMINS, START_MSG, OWNER_ID
10
from helper_func import subscribed, encode, decode, get_messages
11
12
@Bot.on_message(filters.command('start') & filters.private & subscribed)
0 commit comments