mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
revert
This commit is contained in:
parent
a16e0ac6f8
commit
673d31a37a
1 changed files with 3 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ from database.users_chats_db import db
|
|||
from misskaty.vars import LOG_CHANNEL, SUDO
|
||||
from utils import temp, auto_clean
|
||||
from pyrogram.raw.all import layer
|
||||
from pyrogram import idle, __version__, filters, compose
|
||||
from pyrogram import idle, __version__, filters
|
||||
from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup
|
||||
|
||||
LOGGER = getLogger(__name__)
|
||||
|
|
@ -40,10 +40,8 @@ async def start_bot():
|
|||
else:
|
||||
bot_modules += "|{:<15}".format(i)
|
||||
j += 1
|
||||
apps = [app, user]
|
||||
await compose(apps)
|
||||
# await app.start()
|
||||
# await user.start()
|
||||
await app.start()
|
||||
await user.start()
|
||||
me = await app.get_me()
|
||||
ubot = await user.get_me()
|
||||
LOGGER.info("+===============================================================+")
|
||||
|
|
|
|||
Loading…
Reference in a new issue