Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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!")
Expand Down Expand Up @@ -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()