This commit is contained in:
levina 2021-10-28 12:29:47 +07:00 committed by GitHub
parent 5764cbfc94
commit e572fb94be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ from pyrogram import filters
from driver.veez import call_py from driver.veez import call_py
from pytgcalls import StreamType from pytgcalls import StreamType
from pyrogram.types import Message from pyrogram.types import Message
from driver.filters import command from driver.filters import command, other_filters
from config import BOT_USERNAME, IMG_1, IMG_2 from config import BOT_USERNAME, IMG_1, IMG_2
from youtubesearchpython import VideosSearch from youtubesearchpython import VideosSearch
from driver.queues import QUEUE, add_to_queue from driver.queues import QUEUE, add_to_queue