mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Try fix some error
This commit is contained in:
parent
b9c3852098
commit
af3a3a86eb
1 changed files with 0 additions and 9 deletions
|
|
@ -9,14 +9,5 @@ from motor.motor_asyncio import AsyncIOMotorClient as MongoClient
|
||||||
|
|
||||||
from misskaty.vars import DATABASE_URI
|
from misskaty.vars import DATABASE_URI
|
||||||
|
|
||||||
from .afk_db import *
|
|
||||||
from .filters_db import *
|
|
||||||
from .imdb_db import *
|
|
||||||
from .karma_db import *
|
|
||||||
from .notes_db import *
|
|
||||||
from .sangmata_db import *
|
|
||||||
from .users_chats_db import *
|
|
||||||
from .warn_db import *
|
|
||||||
|
|
||||||
mongo = MongoClient(DATABASE_URI)
|
mongo = MongoClient(DATABASE_URI)
|
||||||
dbname = mongo.MissKatyDB
|
dbname = mongo.MissKatyDB
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue