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