mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 12:54:51 +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 misskaty.vars import LOG_CHANNEL, SUDO
|
||||||
from utils import temp, auto_clean
|
from utils import temp, auto_clean
|
||||||
from pyrogram.raw.all import layer
|
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
|
from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup
|
||||||
|
|
||||||
LOGGER = getLogger(__name__)
|
LOGGER = getLogger(__name__)
|
||||||
|
|
@ -40,10 +40,8 @@ async def start_bot():
|
||||||
else:
|
else:
|
||||||
bot_modules += "|{:<15}".format(i)
|
bot_modules += "|{:<15}".format(i)
|
||||||
j += 1
|
j += 1
|
||||||
apps = [app, user]
|
await app.start()
|
||||||
await compose(apps)
|
await user.start()
|
||||||
# await app.start()
|
|
||||||
# await user.start()
|
|
||||||
me = await app.get_me()
|
me = await app.get_me()
|
||||||
ubot = await user.get_me()
|
ubot = await user.get_me()
|
||||||
LOGGER.info("+===============================================================+")
|
LOGGER.info("+===============================================================+")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue