Skip to content

Commit

Permalink
Update cbb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erotixe authored Jan 24, 2024
1 parent fe0d939 commit 5e6a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async def cb_handler(client: Bot, query: CallbackQuery):
data = query.data
if data == "about":
await query.message.edit_text(
text = f"<b>○ Creator : <a href='tg://user?id={OWNER_ID}'>This Person</a>\nLanguage : <code>Python3</code>\nLibrary : <a href='https://docs.pyrogram.org/'>Pyrogram asyncio {__version__}</a>\nSource Code : <a href='www.google.com'>Click here</a>\n○ Channel : @LitenV10\n○ Support Group : tmkc bhadve</b>",
text = f"<b>○ Creator : <a href='<b>\n○ ᴄʀᴇᴀᴛᴏʀ : <a href='https://t.me/veldxd'>мɪкєʏ</a>\n ʟᴀɴɢᴜᴀɢᴇ : <code>Eng Sub & Dub</code>\n Main Channel : <a href=https://t.me/team_netflix>Team Netflix</a>\n Anime Channel : <a href=https://t.me/anime_cruise_netflix> Anime cruise</a>\n</b>",
disable_web_page_preview = True,
reply_markup = InlineKeyboardMarkup(
[
Expand Down

0 comments on commit 5e6a18e

Please sign in to comment.