mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 18:44:50 +00:00
mm
This commit is contained in:
parent
d23aa991a1
commit
b9dba01528
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ from logging import ERROR, INFO, StreamHandler, basicConfig, getLogger, handlers
|
|||
from apscheduler.jobstores.mongodb import MongoDBJobStore
|
||||
from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
||||
from async_pymongo import AsyncClient
|
||||
from misskaty.helper.http import fetch
|
||||
from pymongo import MongoClient
|
||||
from pyrogram import Client
|
||||
|
||||
|
|
@ -63,7 +62,6 @@ app = Client(
|
|||
)
|
||||
app.db = AsyncClient(DATABASE_URI)
|
||||
app.log = getLogger("MissKaty")
|
||||
app.fetch = fetch
|
||||
|
||||
# Pyrogram UserBot Client
|
||||
user = Client(
|
||||
|
|
|
|||
Loading…
Reference in a new issue