mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Disable temporary for mongodb session
This commit is contained in:
parent
dc1d46505d
commit
4b6458fff9
1 changed files with 2 additions and 2 deletions
|
|
@ -32,13 +32,13 @@ misskaty_version = "v2.023.5.16 - Stable"
|
|||
|
||||
pymonclient = MongoClient(DATABASE_URI)
|
||||
|
||||
# Pyrogram Bot Client
|
||||
# Pyrogram Bot Client (Disable temporary for mongodb session)
|
||||
app = Client(
|
||||
"MissKatyBot",
|
||||
api_id=API_ID,
|
||||
api_hash=API_HASH,
|
||||
bot_token=BOT_TOKEN,
|
||||
mongodb=dict(uri=DATABASE_URI, db_name=DATABASE_NAME, remove_peers=False),
|
||||
# mongodb=dict(uri=DATABASE_URI, db_name=DATABASE_NAME, remove_peers=False),
|
||||
)
|
||||
|
||||
# Pyrogram UserBot Client
|
||||
|
|
|
|||
Loading…
Reference in a new issue