Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update cbb.py
Browse files- plugins/cbb.py +2 -2
plugins/cbb.py
CHANGED
@@ -19,7 +19,7 @@ async def cb_handler(client: Bot, query: CallbackQuery):
|
|
19 |
data = query.data
|
20 |
if data == "about":
|
21 |
await query.message.edit_text(
|
22 |
-
text = f"<b>π€ My Name :</b> <a href='https://t.me/
|
23 |
disable_web_page_preview = True,
|
24 |
reply_markup = InlineKeyboardMarkup(
|
25 |
[
|
@@ -44,4 +44,4 @@ async def cb_handler(client: Bot, query: CallbackQuery):
|
|
44 |
# Don't Remove Credit π₯Ί
|
45 |
# Telegram Channel @Madflix_Bots
|
46 |
# Backup Channel @JishuBotz
|
47 |
-
# Developer @JishuDeveloper
|
|
|
19 |
data = query.data
|
20 |
if data == "about":
|
21 |
await query.message.edit_text(
|
22 |
+
text = f"<b>π€ My Name :</b> <a href='https://t.me/FileSharingXProBot'>File Sharing Bot</a> \n<b>π Language :</b> <a href='https://python.org'>Python 3</a> \n<b>π Library :</b> <a href='https://pyrogram.org'>Pyrogram {__version__}</a> \n<b>π Server :</b> <a href='https://heroku.com'>Heroku</a> \n<b>π’ Channel :</b> <a href='https://t.me/Madflix_Bots'>Madflix Botz</a> \n<b>π§βπ» Developer :</b> <a href='tg://user?id={OWNER_ID}'>Jishu Developer</a>",
|
23 |
disable_web_page_preview = True,
|
24 |
reply_markup = InlineKeyboardMarkup(
|
25 |
[
|
|
|
44 |
# Don't Remove Credit π₯Ί
|
45 |
# Telegram Channel @Madflix_Bots
|
46 |
# Backup Channel @JishuBotz
|
47 |
+
# Developer @JishuDeveloper
|