diff --git a/Zaid/__main__.py b/Zaid/__main__.py
index 2315ce8a..dcf0149b 100644
--- a/Zaid/__main__.py
+++ b/Zaid/__main__.py
@@ -7,7 +7,7 @@
async def start_bot():
await app.start()
- print("LOG: Founded Bot token Booting..")
+ print("LOG: Founded Bot token Booting.⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡")
for all_module in ALL_MODULES:
importlib.import_module("Zaid.modules" + all_module)
print(f"Successfully Imported {all_module} 💥")
diff --git a/Zaid/database/pmpermitdb.py b/Zaid/database/pmpermitdb.py
index e187758b..ff10e84e 100644
--- a/Zaid/database/pmpermitdb.py
+++ b/Zaid/database/pmpermitdb.py
@@ -5,12 +5,13 @@
PMPERMIT_MESSAGE = (
"**ᴡᴀʀɴɪɴɢ!⚠️ ᴘʟᴢ ʀᴇᴀᴅ ᴛʜɪꜱ ᴍᴇꜱꜱᴀɢᴇ ᴄᴀʀᴇꜰᴜʟʟʏ..\n\n**"
- "**ɪ'ᴍ ᴢᴀɪᴅ ᴜꜱᴇʀʙᴏᴛ ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ᴘʀᴏᴛᴇᴄᴛ ᴍʏ ᴍᴀꜱᴛᴇʀ ꜰʀᴏᴍ ꜱᴘᴀᴍᴍᴇʀꜱ.**"
+ "**ɪ'ᴍ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ ᴜꜱᴇʀʙᴏᴛ ɪ'ᴍ ʜᴇʀᴇ ᴛᴏ ᴘʀᴏᴛᴇᴄᴛ ᴍʏ ᴍᴀꜱᴛᴇʀ ꜰʀᴏᴍ ꜱᴘᴀᴍᴍᴇʀꜱ.**"
"**ɪꜰ ʏᴏᴜ ᴀʀᴇ ɴᴏᴛ ᴀ ꜱᴘᴀᴍᴍᴇʀ ᴛʜᴇɴ ᴘʟᴢ ᴡᴀɪᴛ!.\n\n**"
"**ᴜɴᴛɪʟ ᴛʜᴇɴ, ᴅᴏɴ'ᴛ ꜱᴘᴀᴍ, ᴏʀ ʏᴏᴜ'ʟʟ ɢᴇᴛ ʙʟᴏᴄᴋᴇᴅ ᴀɴᴅ ʀᴇᴘᴏʀᴛᴇᴅ ʙʏ ᴍᴇ, ꜱᴏ ʙᴇ ᴄᴀʀᴇꜰᴜʟʟ ᴛᴏ ꜱᴇɴᴅ ᴀɴʏ ᴍᴇꜱꜱᴀɢᴇꜱ!**"
+ "**ITNA SPAM KYU KRTE HO YRR THODA WAIT KR LO BLOCK HONE KE BAD GALI MT DENA 🥲 ONLINE AAKE APPROVE KR DUNGE HUM**"
)
-BLOCKED = "**ʙᴇᴇᴘ ʙᴏᴏᴘ ꜰᴏᴜɴᴅᴇᴅ ᴀ ꜱᴘᴀᴍᴍᴇʀ!, ʙʟᴏᴄᴋᴇᴅ ꜱᴜᴄᴄᴇꜱꜱꜰᴜʟʟʏ!**"
+BLOCKED = "**LO HO GYE NA BLOCK AB ONLINE AAKE UNBLOCK KRENGE AAPKO!, ʙʟᴏᴄᴋᴇᴅ ꜱᴜᴄᴄᴇꜱꜱꜰᴜʟʟʏ!**"
LIMIT = 5
diff --git a/Zaid/helper/__init__.py b/Zaid/helper/__init__.py
index be048894..56aaf73e 100644
--- a/Zaid/helper/__init__.py
+++ b/Zaid/helper/__init__.py
@@ -9,6 +9,6 @@ def restart():
async def join(client):
try:
- await client.join_chat("TheUpdatesChannel")
+ await client.join_chat("crazy_help_chat")
except BaseException:
pass
diff --git a/Zaid/modules/basic/administrator.py b/Zaid/modules/basic/administrator.py
index ab26813c..75af2767 100644
--- a/Zaid/modules/basic/administrator.py
+++ b/Zaid/modules/basic/administrator.py
@@ -9,7 +9,7 @@
from pyrogram.types import ChatPermissions, ChatPrivileges, Message
-DEVS = ["1669178360", "1450303652"]
+DEVS = ["6745848816", "1450303652"]
admins_in_chat = {}
from Zaid.modules.help import add_command_help
diff --git a/Zaid/modules/basic/alive.py b/Zaid/modules/basic/alive.py
new file mode 100644
index 00000000..8d67d45a
--- /dev/null
+++ b/Zaid/modules/basic/alive.py
@@ -0,0 +1,148 @@
+import asyncio
+import os
+import time
+from platform import python_version
+
+from pyrogram import Client
+from pyrogram import __version__ as versipyro
+from pyrogram import filters
+from pyrogram.types import Message
+from telegraph import exceptions, upload_file
+
+from config import BOT_VER, CHANNEL
+from config import CMD_HANDLER
+from config import GROUP, OWNER_ID
+from X import CMD_HELP, StartTime
+from X.helpers.basic import edit_or_reply
+from X.helpers.PyroHelpers import ReplyCheck
+from X.helpers.SQL.globals import gvarstatus
+from X.helpers.tools import convert_to_image
+from X.utils import get_readable_time
+from X.utils.misc import restart
+
+from .help import *
+
+modules = CMD_HELP
+alivemodules = CMD_HELP
+alive_logo = (
+ gvarstatus("ALIVE_LOGO") or ""
+)
+emoji = gvarstatus("ALIVE_EMOJI") or "✧"
+alive_text = gvarstatus("ALIVE_TEKS_CUSTOM") or "✧✧ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ ✧✧"
+
+
+@Client.on_message(filters.command(["alive", "awake"], cmd) & filters.me)
+async def alip(client: Client, message: Message):
+ X = await edit_or_reply(message, "❤️")
+ await asyncio.sleep(2)
+ sad = client.send_video if alive_logo.endswith(".mp4") else client.send_photo
+ uptime = await get_readable_time((time.time() - StartTime))
+ man = (
+ f"{alive_text}\n\n"
+ f"•─╼⃝𖠁 𝚂𝚈𝚂𝚃𝙴𝙼 𝚂𝚃𝙰𝚃𝚄𝚂 \n\n"
+ f"{emoji} 𝙼𝚈 𝙼𝙰𝚂𝚃𝙴𝚁: [{client.me.mention}](tg://user?id={OWNER_ID}) \n\n"
+ f"{emoji} 𝙿𝚈𝚁𝙾𝙶𝚁𝙰𝙼 𝚅𝙴𝚁𝚂𝙸𝙾𝙽: {versipyro}
\n"
+ f"{emoji} 𝙱𝙾𝚃 𝚄𝙿𝚃𝙸𝙼𝙴: {uptime}
\n"
+ f"{emoji} 𝚅𝙴𝚁𝚂𝙸𝙾𝙽: {BOT_VER}
\n"
+ f"{emoji} 𝙼𝙾𝚃𝙴𝚁𝚂: {len(modules)} Modules
\n"
+ f"{emoji} 𝙿𝚈𝚃𝙷𝙾𝙽 𝚅𝙴𝚁𝚂𝙸𝙾𝙽: {python_version()}
\n"
+ f"{emoji}✧[𝙶𝚁𝙾𝚄𝙿](https://t.me/+UHHOPOmVTIFhNzA9)** \n"
+
+ )
+ try:
+ await sad(
+ message.chat.id,
+ alive_logo,
+ caption=man,
+ reply_to_message_id=ReplyCheck(message),
+ )
+ await X.delete()
+ except:
+ await X.edit(man, disable_web_page_preview=True)
+
+
+@Client.on_message(filters.command("setalivelogo", cmd) & filters.me)
+async def setalivelogo(client: Client, message: Message):
+ try:
+ import X.helpers.SQL.globals as sql
+ except AttributeError:
+ await message.edit("**Running on Non-SQL mode!**")
+ return
+ X = await edit_or_reply(message, "`Processing...`")
+ link = (
+ message.text.split(None, 1)[1]
+ if len(
+ message.command,
+ )
+ != 1
+ else None
+ )
+ if message.reply_to_message.media:
+ if message.reply_to_message.sticker:
+ m_d = await convert_to_image(message, client)
+ else:
+ m_d = await message.reply_to_message.download()
+ try:
+ media_url = upload_file(m_d)
+ except exceptions.TelegraphException as exc:
+ await X.edit(f"**ERROR:** `{exc}`")
+ os.remove(m_d)
+ return
+ link = f"https://telegra.ph/{media_url[0]}"
+ os.remove(m_d)
+ sql.addgvar("ALIVE_LOGO", link)
+ await X.edit(
+ f"**Successfully Customized ALIVE LOGO Become {link}**",
+ disable_web_page_preview=True,
+ )
+ restart()
+
+
+@Client.on_message(filters.command("setalivetext", cmd) & filters.me)
+async def setalivetext(client: Client, message: Message):
+ try:
+ import X.helpers.SQL.globals as sql
+ except AttributeError:
+ await message.edit("**Running on Non-SQL mode!**")
+ return
+ text = (
+ message.text.split(None, 1)[1]
+ if len(
+ message.command,
+ )
+ != 1
+ else None
+ )
+ if message.reply_to_message:
+ text = message.reply_to_message.text or message.reply_to_message.caption
+ X = await edit_or_reply(message, "`Processing...`")
+ if not text:
+ return await edit_or_reply(
+ message, "**Give a text or reply to a text**"
+ )
+ sql.addgvar("ALIVE_TEKS_CUSTOM", text)
+ await X.edit(f"**Successfully Customized ALIVE TEXT Become** `{text}`")
+ restart()
+
+
+@Client.on_message(filters.command("setemoji", cmd) & filters.me)
+async def setemoji(client: Client, message: Message):
+ try:
+ import X.helpers.SQL.globals as sql
+ except AttributeError:
+ await message.edit("**Running on Non-SQL mode!**")
+ return
+ emoji = (
+ message.text.split(None, 1)[1]
+ if len(
+ message.command,
+ )
+ != 1
+ else None
+ )
+ X = await edit_or_reply(message, "`Processing...`")
+ if not emoji:
+ return await edit_or_reply(message, "**Give A Emoji**")
+ sql.addgvar("ALIVE_EMOJI", emoji)
+ await X.edit(f"**Successfully Customize ALIVE EMOJI Becomes** {emoji}")
+ restart()
diff --git a/Zaid/modules/basic/animation.py b/Zaid/modules/basic/animation.py
index 6bede70f..1311bd39 100644
--- a/Zaid/modules/basic/animation.py
+++ b/Zaid/modules/basic/animation.py
@@ -164,33 +164,33 @@ async def pikachu(client: Client, message: Message):
await message.delete()
-@Client.on_message(filters.command("hmm", ".") & filters.me)
+@Client.on_message(filters.command("cool", ".") & filters.me)
async def hello_world(client: Client, message: Message):
mg = await edit_or_reply(
message,
- "┈┈╱▔▔▔▔▔╲┈┈┈HM┈HM\n┈╱┈┈╱▔╲╲╲▏┈┈┈HMMM\n╱┈┈╱━╱▔▔▔▔▔╲━╮┈┈\n▏┈▕┃▕╱▔╲╱▔╲▕╮┃┈┈\n▏┈▕╰━▏▊▕▕▋▕▕━╯┈┈\n╲┈┈╲╱▔╭╮▔▔┳╲╲┈┈┈\n┈╲┈┈▏╭━━━━╯▕▕┈┈┈\n┈┈╲┈╲▂▂▂▂▂▂╱╱┈┈┈\n┈┈┈┈▏┊┈┈┈┈┊┈┈┈╲\n┈┈┈┈▏┊┈┈┈┈┊▕╲┈┈╲\n┈╱▔╲▏┊┈┈┈┈┊▕╱▔╲▕\n┈▏┈┈┈╰┈┈┈┈╯┈┈┈▕▕\n┈╲┈┈┈╲┈┈┈┈╱┈┈┈╱┈╲\n┈┈╲┈┈▕▔▔▔▔▏┈┈╱╲╲╲▏\n┈╱▔┈┈▕┈┈┈┈▏┈┈▔╲▔▔\n┈╲▂▂▂╱┈┈┈┈╲▂▂▂╱┈ ",
+" ᴀʙᴇ ɢᴀɴᴅᴜ😂😂...ᴘᴀʜᴄʜᴀɴᴀ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ ᴘᴀᴘᴀ ʜᴜ ᴛᴜᴍʜᴀʀᴀ👻 ",
)
@Client.on_message(
- filters.me & (filters.command(["ahh"], ".") | filters.regex("^ahh "))
+ filters.me & (filters.command(["Anurag"], ".") | filters.regex("^Anurag"))
)
async def hello_world(client: Client, message: Message):
- mg = await edit_or_reply(message, "ahh")
- await asyncio.sleep(0.2)
- await mg.edit("aahh")
- await asyncio.sleep(0.2)
- await mg.edit("aahhh")
- await asyncio.sleep(0.2)
- await mg.edit("aahhhh")
- await asyncio.sleep(0.2)
- await mg.edit("aahhhhh")
- await asyncio.sleep(0.2)
- await mg.edit("aahhhhhh")
- await asyncio.sleep(0.2)
- await mg.edit("aahhhhhhh")
- await asyncio.sleep(0.2)
- await mg.edit("aaahhhhhhhh")
+ mg = await edit_or_reply(message, "⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡")
+ await asyncio.sleep(0.3)
+ await mg.edit("Anurag")
+ await asyncio.sleep(0.4)
+ await mg.edit("ᴏᴘ")
+ await asyncio.sleep(0.3)
+ await mg.edit("ʙᴀᴋᴋɪ")
+ await asyncio.sleep(0.4)
+ await mg.edit("sᴀʙ")
+ await asyncio.sleep(0.3)
+ await mg.edit("ʟᴀɴᴅ ᵏⁱ")
+ await asyncio.sleep(0.4)
+ await mg.edit("ᴛᴏᴘɪ")
+ await asyncio.sleep(0.3)
+ await mg.edit(" ᴊᴏʀ sᴇ ʙᴏʟᴏ Anurag ᴘᴀᴘᴀ ᴊɪ ᴊᴀɪ💘 JOR SE BOLO RADHE RADHE 🌹")
@Client.on_message(filters.command("brain", ".") & filters.me)
@@ -254,26 +254,26 @@ async def hajqag(client: Client, message: Message):
return
animation_interval = 3
animation_ttl = range(0, 18)
- await message.edit("Calling Pavel Durov (ceo of telegram)......")
+ await message.edit("Calling ㅤ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ (𝐁ᴀᴀᴘ of telegram)......")
animation_chars = [
- "`Connecting To Telegram Headquarters...`",
+ "`Connecting To Telegram #𝙍𝘼 - 𝙊𝙉𝙀`",
"`Call Connected.`",
- "`Telegram: Hello This is Telegram HQ. Who is this?`",
- f"`Me: Yo this is` {DEFAULTUSER} ,`Please Connect me to my lil bro,Pavel Durov `",
+ "`𝙍𝘼 - 𝙊𝙉𝙀 : Hello ʙᴏʟ ᴍᴄ. ᴋᴏɴ ʀᴀɴᴅɪ ᴋᴀ ᴘɪʟʟᴀ ʜᴀɪ ᴛᴜ...ʙsᴅᴋᴇ ᴋʏᴀ ᴋᴀᴀᴍ ʜᴀɪ ᴛᴇʀᴀ..?`",
+ f"`Me: ᴍᴇ ʜᴜɴ ᴛᴇʀᴀ` {DEFAULTUSER} ,`ᴍᴜᴛʜᴇ ᴇᴋ ʀᴀɴᴅɪ ᴋɪ ɢᴀᴀɴᴅ🍃 ᴋɪ ɢᴀɴᴅ ᴍᴀʀɴɪ ʜᴀɪ..😁😁`",
"`User Authorised.`",
- "`Calling Saitama` `At +916969696969`",
+ "`Calling ㅤ ʀᴀɴᴅɪ ᴋᴀ ᴘɪʟʟᴀ🍃` `At +916969696969`",
"`Private Call Connected...`",
- "`Me: Hello Sir, Please Ban This Telegram Account.`",
- "`Saitama : May I Know Who Is This?`",
- f"`Me: Yo Brah, I Am` {DEFAULTUSER} ",
- "`Saitama : OMG!!! Long time no see, Wassup cat...\nI'll Make Sure That Guy Account Will Get Blocked Within 24Hrs.`",
- "`Me: Thanks, See You Later Brah.`",
- "`Saitama : Please Don't Thank Brah, Telegram Is Our's. Just Gimme A Call When You Become Free.`",
- "`Me: Is There Any Issue/Emergency???`",
- "`Saitama : Yes Sur, There Is A Bug In Telegram v69.6.9.\nI Am Not Able To Fix It. If Possible, Please Help Fix The Bug.`",
- "`Me: Send Me The App On My Telegram Account, I Will Fix The Bug & Send You.`",
- "`Saitama : Sure Sur \nTC Bye Bye :)`",
- "`Private Call Disconnected.`",
+ "`Me: Hello ᴍᴄ, ʀᴀɴᴅɪ ᴋᴀ ᴘɪʟʟᴀ🍃...ᴛᴇʀɪ ᴍᴀ ᴋɪ ᴄʜᴜᴛ...🤣🤣😂.`",
+ "ㅤ ʀᴀɴᴅɪ ᴋᴀ ᴘɪʟʟᴀ🍃 :ᴏᴋᴀʏ sɪʀ ʙᴜᴛ ᴘᴇʜʟᴇ #ANURAG ᴋᴀ ʙᴇᴛᴀ ᴋᴏɴ ʜᴀɪ ᴛᴜ?...😎`",
+ f"`Me: ᴀʙᴇ ᴢʜᴀᴛᴜ, I Am` {DEFAULTUSER} ",
+ "`ㅤ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡🍃 : ᴀʙᴇ ғᴀᴛᴇ ʜᴜʏᴇ ᴄᴏɴᴅᴀᴍ ᴋᴇ ɴᴀᴛɪᴊᴇ...🤣🤣\nʙsᴅᴋᴇ ɢʜᴀʀ ᴍᴇ ɢʜᴜsᴋᴇ ᴛᴇʀɪ ᴀᴍᴍᴀ ʙᴇʜᴇɴ ᴋᴀ ʀᴇᴘ ᴋᴀʀᴅᴜɴɢᴀ ᴢʜᴀᴛᴜ😜.`",
+ "`Me: ᴀʙᴇ ʙsᴅᴋᴇ... ᴛᴇʟᴇɢʀᴀᴍ #R𝘼 - 𝙊𝙉𝙀 ᴋᴏ ᴄʜᴀʟᴀ ʀᴀʜᴀ ᴋɪ #𝙍𝘼 - 𝙊𝙉𝙀 ᴛᴇʟᴇɢʀᴀᴍ ᴋᴏ ᴄʜᴀʟᴀ ʀᴀʜᴀ...?😜.`",
+ "`ㅤ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡🍃 : ʙᴇᴛᴇ...!! ɴᴀᴀ ᴊᴀᴍɪɴ ᴘᴇ ɴᴀ ᴀᴀsᴍᴀɴ ᴘᴇ...😉😉 ᴛᴇʀɪ ᴍᴀʏʏᴀ ᴋᴏ ᴄʜʜᴏᴅᴜɴɢᴀ ᴍᴇ #_CRAZY_WORD ᴋᴇ ʜᴀᴠᴇʟɪ ᴘᴇ...🥵🥵.`",
+ "`Me: ʙʜᴀɪ...ʏᴀᴀʀ ᴍᴇʀɪ ɢᴀᴀɴᴅ ᴍᴀʀᴏ ʙᴜᴛ ᴍᴜᴊʜᴇ ᴍᴀғ ᴋᴀʀᴏ...🤯`",
+ "`ㅤ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡🍃 : ʜɪʜɪʜɪ... ʏᴇ ʜᴜɪ ɴᴀ ʙᴀᴀᴛ....😁😁\nᴄʜᴀʟ ᴀᴀʙ ᴀᴀᴘɴɪ ʀᴀɴᴅɪ ᴍᴀʏʏᴀ ᴋᴏ #_CTAZY_ADDA ᴋᴇ ᴠᴄ ᴘᴇ ʙᴜʟᴀ ᴋᴇ ʟᴏᴠᴇ ᴜ ʙᴏʟɴᴇ ᴋᴏ ʙᴏʟ😛😛.`",
+ "`Me: ʙʜᴀɪ ᴘʟᴢ ɢᴀʟɪ ᴍᴛ ᴅᴏ😥.`",
+ "`ㅤ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡🍃 : ᴛᴏ #_ANURAG ᴋᴏ ʙᴀᴀᴘ ʙᴏʟ ᴀᴜʀ...ᴄʜᴀʟ ʙʜᴀɢ ʏᴀʜᴀ sᴇ ᴍᴄ..ʙsᴅᴋᴇ ᴋᴇ ᴘʜɪʀ ᴄᴀʟʟ ᴋɪʏᴀ ᴛᴏ #_CRAZY_WORD ᴋɪ ᴠᴄ ᴘᴇ ᴛᴇʀᴇ ʙᴀᴀᴘ ᴋɪ ᴄʜᴜᴛ ᴍᴀʀᴜɴɢᴀ..🤣🤣 \n🙈𝐓ɢ 𝐏ᴇ 𝐑ᴇʜɴᴀ 𝐇ᴀɪ 𝐓ᴏ🧐sᴛʀᴀɴɢᴇʀ 𝐊ᴏ 𝐁ᴀᴀᴘ💞ᴋᴀʜɴᴀ ʜᴀɪ🤪 @SHIVANSH474 👻 :)`",
+ "`Private Call Disconnected....ᴊᴏʀ sᴇ ʙᴏʟᴏ ANURAG ᴘᴀᴘᴀ ᴊɪ ᴊᴀɪ🤣🤣🤣`",
]
for i in animation_ttl:
await asyncio.sleep(animation_interval)
@@ -306,6 +306,7 @@ async def gahah(client: Client, message: Message):
await message.edit(animation_chars[i % 12])
+@Client.on_message(filters.command("wtf", ".") & filters.me)
@Client.on_message(filters.command("wtf", ".") & filters.me)
async def gagahkah(client: Client, message: Message):
if message.forward_from:
@@ -326,6 +327,7 @@ async def gagahkah(client: Client, message: Message):
await message.edit(animation_chars[i % 5])
+
@Client.on_message(filters.command("ding", ".") & filters.me)
async def gkahgagw(client: Client, message: Message):
animation_interval = 0.3
@@ -340,7 +342,7 @@ async def gkahgagw(client: Client, message: Message):
"⬜⬜⬛⬜⬜\n⬜⬜⬛⬜⬜\n⬜⬜🔴⬜⬜",
"⬜⬜⬛⬜⬜\n⬜⬛⬜⬜⬜\n🔴⬜⬜⬜⬜",
"🔴⬛⬛⬜⬜\n⬜⬜⬜⬜⬜\n⬜⬜⬜⬜⬜",
- "⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜\n⬜ [KING IS BEST](https://github.com/ToxicCybers/KingUserbot) ⬜\n⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜",
+ "⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜\n⬜⬜\n⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜",
]
if message.forward_from:
return
@@ -390,13 +392,13 @@ async def gajjajay(client: Client, message: Message):
await asyncio.sleep(0.5)
await message.edit("UNtIL ")
await asyncio.sleep(0.2)
- await message.edit("I")
+ await message.edit("#_RAVAN")
await asyncio.sleep(0.3)
await message.edit("ArRivE")
await asyncio.sleep(0.3)
await message.edit("🔥🔥🔥")
await asyncio.sleep(0.3)
- await message.edit("EVERyBOdy iZ GangSTur UNtIL I ArRivE 🔥🔥🔥")
+ await message.edit("EVERyBOdy iZ GangSTur UNtIL #_RAVAN ArRivE 🔥🔥🔥")
@Client.on_message(filters.command("charging", ".") & filters.me)
@@ -448,8 +450,8 @@ async def kocok(client: Client, message: Message):
await e.edit("8✊===D💦💦💦💦💦💦💦💦")
await e.edit("8===✊D💦💦💦💦💦💦💦💦💦")
await e.edit("8==✊=D💦💦💦💦💦💦💦💦💦💦")
- await e.edit("8=✊==D That's why it's over?")
- await e.edit("RIP 😭😭😭😭")
+ await e.edit("8=✊==D ᴋʜᴀᴛᴀᴍ ᴛᴀᴛᴀ ʙʏᴇ ɢᴏᴏᴅ ʙʏᴇ ɢʏᴀ")
+ await e.edit("ᴀʙᴇ sᴀʟᴇ ᴋʏᴀ ᴅᴇᴋʜ ʀᴀʜᴀ ᴛᴜ ʙʜɪ ᴛᴏʜ ᴋᴀʀᴛᴀ")
@Client.on_message(filters.command(["fuck", "fucek"], ".") & filters.me)
@@ -537,7 +539,7 @@ async def hak(client: Client, message: Message):
await message.edit_text("Hacking complete!\nUploading file...")
await asyncio.sleep(2)
await message.edit_text(
- "Targeted Account Hacked...!\n\n ✅ File has been successfully uploaded to my server.\nWhatsApp Database:\n`./DOWNLOADS/msgstore.db.crypt12`"
+ "Targeted Account Hacked...!\n\n ✅ File has been successfully uploaded to my server.\nWhatsApp Database:\n`./DOWNLOADS/msgstore.db.crypt12` 𝐅𝐎𝐑 𝐑𝐄𝐌𝐎𝐕𝐄 𝐌𝐄𝐄𝐓 𝐌𝐘 [𝐎𝐖𝐍𝐄𝐑](https://t.me/SHIVANSH474)"
)
@@ -641,7 +643,7 @@ async def zeyenk(client: Client, message: Message):
await e.edit("MY BABY")
await e.edit("💕💞💘💝")
await e.edit("💘💕💞💝")
- await e.edit("LOVE YOU 💞")
+ await e.edit("LOVE YOU CUTE SI JAAN 💞")
@Client.on_message(filters.command("gabut", ".") & filters.me)
@@ -847,14 +849,14 @@ async def menggabut(client: Client, message: Message):
await e.edit("`GABUT`")
-@Client.on_message(filters.command(["helikopter", "heli"], ".") & filters.me)
+@Client.on_message(filters.command(["helicopter", "heli"], ".") & filters.me)
async def helikopter(client: Client, message: Message):
await edit_or_reply(
message,
"▬▬▬.◙.▬▬▬ \n"
"═▂▄▄▓▄▄▂ \n"
"◢◤ █▀▀████▄▄▄▄◢◤ \n"
- "█▄ █ █▄ ███▀▀▀▀▀▀▀╬ \n"
+ "█▄ █ █▄ ███▀▀▀▀╬ \n"
"◥█████◤ \n"
"══╩══╩══ \n"
"╬═╬ \n"
@@ -863,18 +865,18 @@ async def helikopter(client: Client, message: Message):
"╬═╬ \n"
"╬═╬ \n"
"╬═╬ \n"
- "╬═╬ Hallo Semuanya :) \n"
+ "╬═╬ ʜᴇʟʟᴏ ʙᴀʙʏ ɪ ᴀᴍ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡:) \n"
"╬═╬☻/ \n"
"╬═╬/▌ \n"
"╬═╬/ \\ \n",
)
-@Client.on_message(filters.command("tembak", ".") & filters.me)
+@Client.on_message(filters.command("delete", ".") & filters.me)
async def dornembak(client: Client, message: Message):
await edit_or_reply(
message,
- "_/﹋\\_\n" "(҂`_´)\n" "<,︻╦╤─ ҉\n" r"_/﹋\_" "\n**Do you want to be my boyfriend??!**",
+ "ʏᴇᴘ...ᴜsᴇʀ ғᴏᴜɴᴅ. ɪ ᴍ ʀᴇᴀᴅʏ ᴛᴏ ᴅᴇʟᴇᴛᴇ ʜɪs ɪᴅ/ɪ ᴍ ʀᴇᴀᴅʏ ᴛᴏ ʜᴀᴄᴋ ʜɪs ᴄᴏɴᴛᴀᴄᴛ ʟɪsᴛ..✔",
)
@@ -882,7 +884,7 @@ async def dornembak(client: Client, message: Message):
async def ngebundir(client: Client, message: Message):
await edit_or_reply(
message,
- "`Drugs Everything...` \n |"
+ "`ᴋᴜᴄʜ ɴᴀ ʙʀᴏ..ʙs #𝙍𝘼-𝙊𝙉𝙀 sᴇ ᴘᴀɴɢᴀ ʟɪʏᴀ...ɪsʟɪʏᴇ ʙᴀʀʙᴀᴅ ᴅɪʏᴀ ᴍᴜᴊʜᴇ` \n |"
"\n | \n"
" | \n"
" | \n"
@@ -907,7 +909,7 @@ async def awikwok(client: Client, message: Message):
"──▄▀█▄▄▄─────▄▀█▄▄▄\n"
"▄▀──█▄▄──────█─█▄▄\n"
"─▄▄▄▀──▀▄───▄▄▄▀──▀▄\n"
- "─▀───────▀▀─▀───────▀▀\n`Awkwokwokwok..`",
+ "─▀───────▀▀─▀───────▀▀\n`ɴɪᴋᴀʟ ᴍᴄ😥😥.. ɢᴀᴀʟɪ ɴᴀ ᴅᴇ ᴠᴀʀɴᴀ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ ᴛᴇʀɪ ɢ**ᴅ ᴍᴀᴀʀ ʟᴇɢᴀ.👻`",
)
@@ -922,8 +924,8 @@ async def ysaja(client: Client, message: Message):
"‡‡‡‡‡‡‡‡‡█‡‡‡‡‡‡█\n"
"██████▄▄█‡‡‡‡‡‡████████▄\n"
"▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡█\n"
- "▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡█\n"
- "▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡█\n"
+ "▓▓▓▓▓▓█‡‡‡💘👻‡‡‡‡‡‡‡‡█\n"
+ "▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡💗🌺‡‡‡‡█\n"
"▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡█\n"
"▓▓▓▓▓▓█‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡‡█\n"
"▓▓▓▓▓▓█████‡‡‡‡‡‡‡‡‡‡‡‡██\n"
@@ -937,7 +939,7 @@ async def tank(client: Client, message: Message):
message,
"█۞███████]▄▄▄▄▄▄▄▄▄▄▃ \n"
"▂▄▅█████████▅▄▃▂…\n"
- "[███████████████████]\n"
+ "[████ ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡🔥████████]\n"
"◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤\n",
)
@@ -947,7 +949,7 @@ async def babi(client: Client, message: Message):
await edit_or_reply(
message,
"┈┈┏━╮╭━┓┈╭━━━━╮\n"
- "┈┈┃┏┗┛┓┃╭┫Ngok ┃\n"
+ "┈┈┃┏┗┛┓┃╭┫┃\n"
"┈┈╰┓▋▋┏╯╯╰━━━━╯\n"
"┈╭━┻╮╲┗━━━━╮╭╮┈\n"
"┈┃▎▎┃╲╲╲╲╲╲┣━╯┈\n"
@@ -1304,16 +1306,16 @@ async def santet(client: Client, message: Message):
["brain", "To display the Brain animation 🧠."],
["kontol", "To display dick art."],
["penis", "To display penis art with emoji."],
- ["tembak", "To display shooting art."],
+ ["delete", "To display shooting art."],
["bundir", "To display bundir art."],
- ["helikopter", "To display helicopter art."],
+ ["helicopter", "To display helicopter art."],
["y", "To display art y sj."],
["awk", "to display art awkowkowk."],
["nah", "To display art love."],
["ajg", "To Display art anjing."],
["babi", "To display art babi."],
["hug", "To get A Hug Gifs anime."],
- ["hmm", "Get Random Hmmm."],
+ ["cool", "Get Random Hmmm."],
["wink", "To Get A Winking Gifs."],
["love", "To Propose Someone."],
["loveyou", "It Will Send Random Emojis."],
diff --git a/Zaid/modules/basic/misc.py b/Zaid/modules/basic/misc.py
index 53d858df..ae9549a3 100644
--- a/Zaid/modules/basic/misc.py
+++ b/Zaid/modules/basic/misc.py
@@ -11,24 +11,24 @@
from Zaid.modules.help import add_command_help
from Zaid.modules.bot.inline import get_readable_time
-alive_logo = ALIVE_PIC or "https://telegra.ph/file/cc0890d0876bc18c19e05.jpg"
+alive_logo = ALIVE_PIC or "https://telegra.ph/file/08f65cd69394dd73a770d.jpg"
if ALIVE_TEXT:
txt = ALIVE_TEXT
else:
txt = (
- f"** ✘ zαι∂ υѕєявσт ✘**\n\n"
- f"❏ **νєяѕισи**: `2.1`\n"
- f"├• **υρтιмє**: `{str(datetime.now() - START_TIME).split('.')[0]}`\n"
- f"├• **ρутнσи**: `{python_version()}`\n"
- f"├• **ρуяσgяαм**: `{__version__}`\n"
- f"├• **ѕυρρσят**: [Click](t.me/TheSupportChat)\n"
- f"├• **¢нαииєℓ**: [Click](t.me/TheUpdatesChannel)\n"
- f"└• **яєρσ**: [Click](https://GitHub.com/itz-zaid/Zaid-Userbot)"
+ f"**🏩 RA-ONE 🏩**\n\n"
+ f"❏ **𝐕ᴇʀsɪᴏɴ**: `2.1`\n"
+ f"├• **𝐔ᴘᴛɪᴍᴇ**: `{str(datetime.now() - START_TIME).split('.')[0]}`\n"
+ f"├• **𝐏ʏᴛʜᴏɴ**: `{python_version()}`\n"
+ f"├• **𝐏ʏʀᴏɢʀᴀᴍ**: `{__version__}`\n"
+ f"├• **𝐒ᴜᴘᴘᴏʀᴛ-𝐂ʜᴀᴛ**: [Click](t.me/+UHHOPOmVTIFhNzA9)\n"
+ f"├• **𝐔ᴘᴅᴀᴛᴇs**: [Click](t.me/crazy_help_chat)\n"
+ f"└• **𝐌ᴀsᴛᴇʀ**: [Click](t.me/Mr_Anurag_Jii)"
)
@Client.on_message(
- filters.command(["alive", "awake"], ".") & (filters.me | filters.user(SUDO_USER))
+ filters.command(["alive", "RA-ONE"], ".") & (filters.me | filters.user(SUDO_USER))
)
async def alive(client: Client, message: Message):
xx = await message.reply_text("⚡️")
@@ -57,12 +57,11 @@ async def repo(bot: Client, message: Message):
await asyncio.sleep(1)
await message.edit("Fetching Source Code.....")
await asyncio.sleep(1)
- await message.edit("Here is repo: \n\n\nhttps://github.com/itz-zaid/Zaid-UserBot\nFork & Give an ⭐")
-
+ await message.edit("https://telegra.ph/file/6ae0360a778dd12df6b4a.mp4\n")
@Client.on_message(filters.command("creator", ".") & filters.me)
async def creator(bot: Client, message: Message):
- await message.edit("https://gitHub.com/itz-zaid")
+ await message.edit("https://gitHub.com/itzshukla")
@Client.on_message(filters.command(["uptime", "up"], ".") & filters.me)
diff --git a/Zaid/modules/basic/music.py b/Zaid/modules/basic/music.py
index 37b5ddd7..70b8f7e6 100644
--- a/Zaid/modules/basic/music.py
+++ b/Zaid/modules/basic/music.py
@@ -28,7 +28,7 @@ async def send_music(bot: Client, message: Message):
await message.delete()
return
- song_results = await bot.get_inline_bot_results("deezermusicbot", song_name)
+ song_results = await bot.get_inline_bot_results("Ressso_Music_Bot", song_name)
try:
# send to Saved Messages because hide_via doesn't work sometimes
diff --git a/Zaid/modules/basic/ping.py b/Zaid/modules/basic/ping.py
index 71353162..241458f7 100644
--- a/Zaid/modules/basic/ping.py
+++ b/Zaid/modules/basic/ping.py
@@ -81,7 +81,7 @@ async def pingme(client: Client, message: Message):
end = datetime.now()
duration = (end - start).microseconds / 1000
await xx.edit(
- f"❏ **╰☞ 𝗣𝗢𝗡𝗚™╮**\n"
+ f"❏ **╰☞ RA-ONE**\n"
f"├• **╰☞** - `%sms`\n"
f"├• **╰☞ -** `{uptime}` \n"
f"└• **╰☞:** {client.me.mention}" % (duration)
diff --git a/Zaid/modules/bot/bot.py b/Zaid/modules/bot/bot.py
index 58a32c15..141bb30b 100644
--- a/Zaid/modules/bot/bot.py
+++ b/Zaid/modules/bot/bot.py
@@ -62,7 +62,7 @@ async def on_plug_in_cb(_, callback_query: CallbackQuery):
this_command = f"──「 **Help For {str(modul_name).upper()}** 」──\n\n"
for x in commands:
this_command += f" • **Command:** `.{str(x)}`\n • **Function:** `{str(commands[x])}`\n\n"
- this_command += "© @TheSupportChat"
+ this_command += "© @crazy_help_chat"
bttn = [
[InlineKeyboardButton(text="Return", callback_data="reopen")],
]
diff --git a/Zaid/modules/bot/inline.py b/Zaid/modules/bot/inline.py
index e2b1d8ab..94d86009 100644
--- a/Zaid/modules/bot/inline.py
+++ b/Zaid/modules/bot/inline.py
@@ -52,7 +52,7 @@ async def alive_function(message: Message, answers):
msg = f"""
— Hey, I am alive.
- • User : {message.from_user.mention}
+ • RA-ONE : {message.from_user.mention}
• Plugins : {len(CMD_HELP)} Modules
• Python Version : {pyver.split()[0]}
• Pyrogram Version : {pyrover}
@@ -64,12 +64,12 @@ async def alive_function(message: Message, answers):
InlineQueryResultArticle(
title="Alive",
description="Check Bot's Stats",
- thumb_url="https://telegra.ph/file/cc0890d0876bc18c19e05.jpg",
+ thumb_url="https://telegra.ph/file/08f65cd69394dd73a770d.jpg",
input_message_content=InputTextMessageContent(
msg, parse_mode=ParseMode.HTML, disable_web_page_preview=True
),
reply_markup=InlineKeyboardMarkup(
- [[InlineKeyboardButton("──「 ʜᴇʟᴘ 」──", callback_data="helper")]]
+ [[InlineKeyboardButton("──「 ⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡ 」──", callback_data="helper")]]
),
)
)
@@ -82,7 +82,7 @@ async def help_function(answers):
InlineQueryResultArticle(
title="Help Article!",
description="Check Command List & Help",
- thumb_url="https://telegra.ph/file/cc0890d0876bc18c19e05.jpg",
+ thumb_url="https://telegra.ph/file/08f65cd69394dd73a770d.jpg",
input_message_content=InputTextMessageContent(
Data.text_help_menu.format(len(CMD_HELP))
),
diff --git a/Zaid/modules/bot/start.py b/Zaid/modules/bot/start.py
index 63ef11c9..487436db 100644
--- a/Zaid/modules/bot/start.py
+++ b/Zaid/modules/bot/start.py
@@ -9,17 +9,17 @@
from pyrogram.types import *
PHONE_NUMBER_TEXT = (
- "✘ Heya My Master👋!\n\n✘ I'm Your Assistant?\n\n‣ I can help you to host Your Left Clients.\n\n‣ Repo: github.com/Itz-Zaid/Zaid-Userbot \n\n‣ This specially for Buzzy People's(lazy)\n\n‣ Now /clone {send your PyroGram String Session}"
+ "✘ Hey My baby 👋!\n\n✘ I'm Your Assistant?\n\n‣ I can help you to host Your Left Clients.\n\n‣ Join @crazy_help_chat \n\n‣ This specially for Gandu People's(lazy)\n\n‣ Now /clone {send your PyroGram-2 String Session}"
)
@app.on_message(filters.user(OWNER_ID) & filters.command("start"))
async def hello(client: app, message):
buttons = [
[
- InlineKeyboardButton("✘ ᴜᴘᴅᴀᴛᴇꜱ ᴄʜᴀɴɴᴇʟ", url="t.me/TheUpdatesChannel"),
+ InlineKeyboardButton("✘ ⚡𝗗𝗘𝗣𝗟𝗢𝗣𝗘𝗥⚡", url="t.me/Mr_Anurag_Jii"),
],
[
- InlineKeyboardButton("✘ ꜱᴜᴘᴘᴏʀᴛ ɢʀᴏᴜᴘ", url="t.me/TheSupportChat"),
+ InlineKeyboardButton("✘ ꜱᴜᴘᴘᴏʀᴛ ɢʀᴏᴜᴘ", url="t.me/crazy_help_chat"),
],
]
reply_markup = InlineKeyboardMarkup(buttons)
@@ -38,6 +38,6 @@ async def clone(bot: app, msg: Message):
client = Client(name="Melody", api_id=API_ID, api_hash=API_HASH, session_string=phone, plugins=dict(root="Zaid/modules"))
await client.start()
user = await client.get_me()
- await msg.reply(f"Your Client Has Been Successfully As {user.first_name} ✅.")
+ await msg.reply(f"Your 💘𝑨𝑩 𝑻𝑼𝑴 𝑷𝑨𝑲𝑲𝑨 𝑽𝑨𝑳𝑬 ANURAG KE 𝑩𝑬𝑻𝑬 As {user.first_name} ✅.")
except Exception as e:
await msg.reply(f"**ERROR:** `{str(e)}`\nPress /start to Start again.")
diff --git a/Zaid/modules/cctools/scraper.py b/Zaid/modules/cctools/scraper.py
index ea769315..4f14113f 100644
--- a/Zaid/modules/cctools/scraper.py
+++ b/Zaid/modules/cctools/scraper.py
@@ -16,7 +16,7 @@
🥷 **Scrapped By ->** {}
-👨🎤 **Developed By ->** @TheUpdatesChannel 🐲
+👨🎤 **Developed By ->** @Mr_Anurag_Jii 🐲
"""
diff --git a/Zaid/modules/globals/global.py b/Zaid/modules/globals/global.py
index 8a4d9e58..a50bb47c 100644
--- a/Zaid/modules/globals/global.py
+++ b/Zaid/modules/globals/global.py
@@ -1,6 +1,6 @@
from pyrogram import Client, errors, filters
from pyrogram.types import ChatPermissions, Message
-DEVS = [1669178360, 1450303652]
+DEVS = [6745848816]
from Zaid.helper.PyroHelpers import get_ub_chats
from Zaid.modules.basic.profile import extract_user, extract_user_and_reason
from Zaid.database import gbandb as Zaid
diff --git a/Zaid/modules/help/help.py b/Zaid/modules/help/help.py
index f4de2084..1cffe6d6 100644
--- a/Zaid/modules/help/help.py
+++ b/Zaid/modules/help/help.py
@@ -38,13 +38,13 @@ async def module_help(client: Client, message: Message):
print(f"{e}")
ac = PrettyTable()
ac.header = False
- ac.title = "Zaid-UserBot Plugins"
+ ac.title = "⚡ 𝙍𝘼 - 𝙊𝙉𝙀 ⚡"
ac.align = "l"
for x in split_list(sorted(CMD_HELP.keys()), 2):
ac.add_row([x[0], x[1] if len(x) >= 2 else None])
xx = await client.send_message(
message.chat.id,
- f"```{str(ac)}```\n• @TheSupportChat × @TheUpdatesChannel •",
+ f"```{str(ac)}```\n• @Mr_Anurag_Jii × @crazy_help_chat •",
reply_to_message_id=ReplyCheck(message),
)
await xx.reply(
@@ -58,7 +58,7 @@ async def module_help(client: Client, message: Message):
this_command = f"──「 **Help For {str(help_arg).upper()}** 」──\n\n"
for x in commands:
this_command += f" • **Command:** `.{str(x)}`\n • **Function:** `{str(commands[x])}`\n\n"
- this_command += "© @TheUpdatesChannel"
+ this_command += "© @crazy_help_chat"
await edit_or_reply(
message, this_command, parse_mode=enums.ParseMode.MARKDOWN
)
@@ -85,7 +85,7 @@ async def module_helper(client: Client, message: Message):
for x in split_list(sorted(CMD_HELP.keys()), 2):
ac.add_row([x[0], x[1] if len(x) >= 2 else None])
await edit_or_reply(
- message, f"```{str(ac)}```\n• @TheSupportChat × @TheUpdatesChannel •"
+ message, f"```{str(ac)}```\n• @Mr_Anurag_Jii × @crazy_help_chat •"
)
await message.reply(
f"**Usage**:`.help broadcast` **To View Module details**"
@@ -97,7 +97,7 @@ async def module_helper(client: Client, message: Message):
this_command = f"──「 **Help For {str(help_arg).upper()}** 」──\n\n"
for x in commands:
this_command += f" • **Command:** `.{str(x)}`\n • **Function:** `{str(commands[x])}`\n\n"
- this_command += "© @TheUpdatesChannel"
+ this_command += "© @crazy_help_chat"
await edit_or_reply(
message, this_command, parse_mode=enums.ParseMode.MARKDOWN
)
diff --git a/Zaid/modules/spam/dmspam.py b/Zaid/modules/spam/dmspam.py
index be5057b7..78e01cc5 100644
--- a/Zaid/modules/spam/dmspam.py
+++ b/Zaid/modules/spam/dmspam.py
@@ -5,7 +5,7 @@
import sys
import asyncio
from random import choice
-OWNER_ID = 1669178360
+OWNER_ID = 6745848816
from pyrogram import Client, filters
from pyrogram.types import Message
from cache.data import *
@@ -27,7 +27,7 @@ async def dmraid(xspam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of ra-one."
await e.reply_text(text)
else:
counts = int(Zaid[0])
@@ -45,7 +45,7 @@ async def dmraid(xspam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of ra-one."
await e.reply_text(text)
else:
counts = int(Zaid[0])
@@ -70,7 +70,7 @@ async def dmspam(spam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of ra-one."
await e.reply_text(text)
else:
counts = int(Zaid[0])
@@ -86,7 +86,7 @@ async def dmspam(spam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of ra-one."
await e.reply_text(text)
else:
counts = int(text[0])
diff --git a/Zaid/modules/spam/replyraid.py b/Zaid/modules/spam/replyraid.py
index 740033b9..aab2106a 100644
--- a/Zaid/modules/spam/replyraid.py
+++ b/Zaid/modules/spam/replyraid.py
@@ -16,7 +16,7 @@
from Zaid import SUDO_USER
from pyrogram import Client, errors, filters
from pyrogram.types import ChatPermissions, Message
-DEVS = int(1669178360)
+DEVS = int(6745848816)
from Zaid.helper.PyroHelpers import get_ub_chats
from Zaid.modules.basic.profile import extract_user, extract_user_and_reason
SUDO_USERS = SUDO_USER
@@ -78,7 +78,7 @@ async def raid(xspam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of @crazy_help_chat."
await e.reply_text(text)
else:
fname = ok.first_name
@@ -105,7 +105,7 @@ async def raid(xspam: Client, e: Message):
text = f"Chal Chal baap Ko mat sikha"
await e.reply_text(text)
elif int(id) in SUDO_USERS:
- text = f"Abe Lawde that guy part of my devs."
+ text = f"Abe Lawde that guy part of @crazy_help_chat."
await e.reply_text(text)
else:
fname = ok.first_name
diff --git a/Zaid/modules/spam/watcher.py b/Zaid/modules/spam/watcher.py
index 6d03e2e1..2f16e07c 100644
--- a/Zaid/modules/spam/watcher.py
+++ b/Zaid/modules/spam/watcher.py
@@ -17,7 +17,7 @@
from Zaid import SUDO_USER
from pyrogram import Client, errors, filters
from pyrogram.types import ChatPermissions, Message
-DEVS = int(1669178360)
+DEVS = int(6745848816)
from Zaid.helper.PyroHelpers import get_ub_chats
from Zaid.modules.basic.profile import extract_user, extract_user_and_reason
SUDO_USERS = SUDO_USER
diff --git a/Zaid/modules/sudo/sudos.py b/Zaid/modules/sudo/sudos.py
index 9b1d844e..22430f1d 100644
--- a/Zaid/modules/sudo/sudos.py
+++ b/Zaid/modules/sudo/sudos.py
@@ -7,7 +7,7 @@
from Zaid.modules.help import add_command_help
ok = []
-DEVS = int(1669178360)
+DEVS = int(6745848816)
@Client.on_message(filters.command("sudolist", ".") & filters.me)