Skip to content

Commit 529f294

Browse files
authored
Update database.py
1 parent 7bc9da8 commit 529f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rkn_Bots/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from config import Rkn_Bots
99

1010
client = motor.motor_asyncio.AsyncIOMotorClient(Rkn_Bots.DB_URL)
11-
db = client.captions_with_chnl
11+
db = client[Rkn_Bots.DB_NAME]
1212
chnl_ids = db.chnl_ids
1313
users = db.users
1414

0 commit comments

Comments
 (0)