Skip to content

Commit 45a4fc9

Browse files
authored
Update main.py
1 parent 72bcd29 commit 45a4fc9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@ async def about(client, message):
7575
chat_id=message.chat.id,
7676
text="""<b><u>YOUTUBE BOT INFO</u></b>
7777
78-
<b>▷ ‍🔧 المطور:</b> <a href="https://t.me/RR7PP">اضغط هنا</a>
78+
<b>▷ ‍🔧 المطور:</b> <a href="https://t.me/CVOOZ">اضغط هنا</a>
7979
8080
<b>▷ 📚 المكتبة:</b> <a href="https://github.com/pyrogram/pyrogram">Pyrogram</a>
8181
82-
<b>▷ 📢 قناة السورس:</b> @JMTHON
82+
<b>▷ 📢 قناة السورس:</b> @JAIITHON
8383
84-
<b>▷ 🌀 ملفات السورس:</b> <a href="https://github.com/RR9R7/Youtube">اضغط هنا</a>""",
84+
<b>▷ 🌀 ملفات السورس:</b> <a href="https://github.com/xrzoc/Youtube">اضغط هنا</a>""",
8585
reply_markup=InlineKeyboardMarkup(
8686
[[
8787
InlineKeyboardButton(
8888
"🔙 رجـوع", callback_data="help"),
8989
InlineKeyboardButton(
90-
"المطـور ⛓️️", url="https://t.me/RR7PP"),
90+
"المطـور ⛓️️", url="https://t.me/CVOOZ"),
9191
],]
9292
),
9393
disable_web_page_preview=True,
@@ -231,7 +231,7 @@ async def send_audio(message: Message, info_dict, audio_file):
231231
os.remove(audio_file)
232232
os.remove(thumbnail_file)
233233

234-
@RR7PP.on_callback_query(filters.regex("^ytdl_video$"))
234+
@CVOOZ.on_callback_query(filters.regex("^ytdl_video$"))
235235
async def callback_query_ytdl_video(_, callback_query):
236236
try:
237237
# url = callback_query.message.text

0 commit comments

Comments
 (0)