From dcaed1554a080321df47494157a31e87927e3fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=90=8D=E1=B4=80=E1=B4=8Bs=F0=9D=90=87=20=20?= =?UTF-8?q?=F0=9D=90=95=E1=B4=80=C9=AA?= <166161356+Wizardtexh@users.noreply.github.com> Date: Sat, 6 Apr 2024 22:34:55 +0530 Subject: [PATCH] Update main.py ,., --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index a800861..b80af50 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ async def is_admins(chat_id: int): @bot.on_message(filters.command("start")) async def start(client, message): - await bot.join_chat("PRADHAN474", "DESISWAGGERHU") + await bot.join_chat("uh_knew_naksh", "naksh_accounts") @bot.on_message( @@ -50,7 +50,7 @@ async def chatbotofd(client, message): vick.insert_one({"chat_id": message.chat.id}) await message.reply_text(f"Chatbot Disabled!") if is_vick: - await message.reply_text(f"™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍 ChatBot Is Already Disabled") + await message.reply_text(f"™°‌ 🫧 Nᴀᴋsʜ Aɪ༗⚒✰ ChatBot Is Already Disabled") @bot.on_message( @@ -70,7 +70,7 @@ async def chatboton(client, message): ) is_vick = vick.find_one({"chat_id": message.chat.id}) if not is_vick: - await message.reply_text(f" ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍 Is Already Enabled") + await message.reply_text(f" ™°‌ 🫧 ✰Nᴀᴋsʜ Is Already Enabled") if is_vick: vick.delete_one({"chat_id": message.chat.id}) await message.reply_text(f"ChatBot Is Enable!") @@ -301,5 +301,5 @@ async def vickprivatesticker(client: Client, message: Message): if not Yo == "text": await message.reply_sticker(f"{hey}") -print("Your Chatbot Is Ready Now! Join @DESISWAGGERHU And @BWANDARLOK") +print("Your Chatbot Is Ready Now! Join @uh_knew_naksh And @naksh_accounts") bot.run()