none
This commit is contained in:
parent
c1b3ac447f
commit
d0ce0baa57
@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) 2021 By VeezMusicProject
|
# Copyright (C) 2021 By VeezMusicProject
|
||||||
|
|
||||||
from pyrogram import Client, filters
|
|
||||||
from driver.queues import QUEUE
|
from driver.queues import QUEUE
|
||||||
|
from pyrogram import Client, filters
|
||||||
from pyrogram.types import CallbackQuery, InlineKeyboardButton, InlineKeyboardMarkup
|
from pyrogram.types import CallbackQuery, InlineKeyboardButton, InlineKeyboardMarkup
|
||||||
from config import (
|
from config import (
|
||||||
ASSISTANT_NAME,
|
ASSISTANT_NAME,
|
||||||
@ -173,7 +173,6 @@ async def cbmenu(_, query: CallbackQuery):
|
|||||||
return await query.answer("💡 only admin with manage voice chats permission that can tap this button !", show_alert=True)
|
return await query.answer("💡 only admin with manage voice chats permission that can tap this button !", show_alert=True)
|
||||||
chat_id = query.message.chat.id
|
chat_id = query.message.chat.id
|
||||||
if chat_id in QUEUE:
|
if chat_id in QUEUE:
|
||||||
try:
|
|
||||||
await query.edit_message_text(
|
await query.edit_message_text(
|
||||||
f"⚙️ **settings of** {query.message.chat.title}\n\n⏸ : pause stream\n▶️ : resume stream\n🔇 : mute userbot\n🔊 : unmute userbot\n⏹ : stop stream",
|
f"⚙️ **settings of** {query.message.chat.title}\n\n⏸ : pause stream\n▶️ : resume stream\n🔇 : mute userbot\n🔊 : unmute userbot\n⏹ : stop stream",
|
||||||
reply_markup=InlineKeyboardMarkup(
|
reply_markup=InlineKeyboardMarkup(
|
||||||
|
Loading…
Reference in New Issue
Block a user