@@ -75,19 +75,19 @@ async def about(client, message):
75
75
chat_id = message .chat .id ,
76
76
text = """<b><u>YOUTUBE BOT INFO</u></b>
77
77
78
- <b>▷ 🔧 المطور:</b> <a href="https://t.me/RR7PP ">اضغط هنا</a>
78
+ <b>▷ 🔧 المطور:</b> <a href="https://t.me/CVOOZ ">اضغط هنا</a>
79
79
80
80
<b>▷ 📚 المكتبة:</b> <a href="https://github.com/pyrogram/pyrogram">Pyrogram</a>
81
81
82
- <b>▷ 📢 قناة السورس:</b> @JMTHON
82
+ <b>▷ 📢 قناة السورس:</b> @JAIITHON
83
83
84
- <b>▷ 🌀 ملفات السورس:</b> <a href="https://github.com/RR9R7 /Youtube">اضغط هنا</a>""" ,
84
+ <b>▷ 🌀 ملفات السورس:</b> <a href="https://github.com/xrzoc /Youtube">اضغط هنا</a>""" ,
85
85
reply_markup = InlineKeyboardMarkup (
86
86
[[
87
87
InlineKeyboardButton (
88
88
"🔙 رجـوع" , callback_data = "help" ),
89
89
InlineKeyboardButton (
90
- "المطـور ⛓️️" , url = "https://t.me/RR7PP " ),
90
+ "المطـور ⛓️️" , url = "https://t.me/CVOOZ " ),
91
91
],]
92
92
),
93
93
disable_web_page_preview = True ,
@@ -231,7 +231,7 @@ async def send_audio(message: Message, info_dict, audio_file):
231
231
os .remove (audio_file )
232
232
os .remove (thumbnail_file )
233
233
234
- @RR7PP .on_callback_query (filters .regex ("^ytdl_video$" ))
234
+ @CVOOZ .on_callback_query (filters .regex ("^ytdl_video$" ))
235
235
async def callback_query_ytdl_video (_ , callback_query ):
236
236
try :
237
237
# url = callback_query.message.text
0 commit comments