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 3870272 commit 9c2e421Copy full SHA for 9c2e421
‎Rkn_Bots/Caption.py‎
@@ -7,7 +7,7 @@
7
from pyrogram import Client, filters, errors, types
8
from config import Rkn_Bots
9
import asyncio, re, time, sys
10
-from .database import total_user, getid, delete, addCap, updateCap, insert
+from .database import total_user, getid, delete, addCap, updateCap, insert, chnl_ids
11
from pyrogram.errors import FloodWait
12
13
@Client.on_message(filters.private & filters.user(Rkn_Bots.ADMIN) & filters.command(["rknusers"]))
0 commit comments