Skip to content

Commit

Permalink
Update cbb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhmdzend22 authored Sep 22, 2024
1 parent e1c16de commit b5d812c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/cbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ async def cb_handler(client: Bot, query: CallbackQuery):
data = query.data
if data == "about":
await query.message.edit_text(
text = f"🇲🇾🇲🇾🇲🇾 𝖕𝖗𝖔𝖏𝖊𝖈𝖙",
text = f"codeXflix",
disable_web_page_preview = True,
reply_markup = InlineKeyboardMarkup(
[
[
InlineKeyboardButton("❌ ᴄʟᴏsᴇ", callback_data = "close"),
InlineKeyboardButton('✅ ᴄʜᴀɴɴᴇʟ ᴠɪᴘ', url='https://t.me/rajakonten_testi')
InlineKeyboardButton('✅ ᴠɪᴘ', url='https://t.me/bokep_bocil_indo_vvip')
]
]
)
Expand Down

0 comments on commit b5d812c

Please sign in to comment.