import logging

This commit is contained in:
zxce3 2021-09-13 15:24:22 +07:00
parent dd362db782
commit 505a4202b6

View File

@ -1,12 +1,16 @@
# ===========
# running bot
# ===========
import logging
import time
import asyncio
from pyrogram import Client, idle
from config import Veez
from bot.videoplayer import app
from bot.videoplayer import call_py
from helpers.loggings import LOG
StartTime = time.time()
bot = Client(
":memory:",