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 7bc9da8 commit 529f294Copy full SHA for 529f294
Rkn_Bots/database.py
@@ -8,7 +8,7 @@
8
from config import Rkn_Bots
9
10
client = motor.motor_asyncio.AsyncIOMotorClient(Rkn_Bots.DB_URL)
11
-db = client.captions_with_chnl
+db = client[Rkn_Bots.DB_NAME]
12
chnl_ids = db.chnl_ids
13
users = db.users
14
0 commit comments