From 59f5e814507dfde53e7ff5118e076fcb8171d052 Mon Sep 17 00:00:00 2001 From: aniblakulgu <142817962+aniblakulgu@users.noreply.github.com> Date: Wed, 23 Aug 2023 11:40:48 +0500 Subject: [PATCH] Update cbb.py --- plugins/cbb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/cbb.py b/plugins/cbb.py index 4003ee01a..8c1768a09 100644 --- a/plugins/cbb.py +++ b/plugins/cbb.py @@ -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"○ Creator : This Person\n○ Language : Python3\n○ Library : Pyrogram asyncio {__version__}\n○ Source Code : Click here\n○ Channel : @CodeXBotz\n○ Support Group : @CodeXBotzSupport", + text = f"○ Kanal : @Anidonuz\n○ Asosiy kanal : @Anime_Uzbekcha", disable_web_page_preview = True, reply_markup = InlineKeyboardMarkup( [ @@ -25,4 +25,4 @@ async def cb_handler(client: Bot, query: CallbackQuery): try: await query.message.reply_to_message.delete() except: - pass \ No newline at end of file + pass