Skip to content
Open
Show file tree
Hide file tree
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
16 changes: 8 additions & 8 deletions OXYBOT/modules/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def ping(e):
jarvis = await e.reply(f"𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞🫧")
end = datetime.now()
mp = (end - start).microseconds / 1000
await jarvis.edit(f"𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧\n» `{mp} ᴍꜱ`")
await jarvis.edit(f"ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄 🫧\n» `{mp} ᴍꜱ`")


@X1.on(events.NewMessage(incoming=True, pattern=r"\%sreboot(?: |$)(.*)" % hl))
Expand All @@ -39,7 +39,7 @@ async def ping(e):
@X10.on(events.NewMessage(incoming=True, pattern=r"\%sreboot(?: |$)(.*)" % hl))
async def restart(e):
if e.sender_id in SUDO_USERS:
await e.reply(f"`𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧 𝗜𝗦 𝗦𝗧𝗔𝗥𝗧𝗜𝗡𝗚.`")
await e.reply(f"`ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄 🫧 𝚈𝙴 𝚃𝙴𝚁𝙸 𝙲𝙷𝙰𝙽𝙳 𝚅𝙰𝙻𝙸𝚈𝙰 𝚈𝙴 𝚃𝙴𝚁𝙸 𝙼𝚄𝙷 𝙿𝙴 𝙶𝙰𝙻𝙸𝚈𝙰.`")
try:
await X1.disconnect()
except Exception:
Expand Down Expand Up @@ -99,7 +99,7 @@ async def addsudo(event):
Heroku = heroku3.from_key(HEROKU_API_KEY)
sudousers = getenv("SUDO_USERS", default=None)

ok = await event.reply(f"»𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞🫧 𝗡𝗘𝗪 𝗦𝗨𝗗𝗢 𝗨𝗦𝗘𝗥 𝗔𝗗𝗗𝗘𝗗__")
ok = await event.reply(f"» ℕ𝕆𝔹𝕀𝕋𝔸 ꭙ 𝕊ℙ𝔸𝕄 𝙱𝙰𝙱𝚄 𝙰𝙶𝚈𝙴 𝚃𝚄𝙼 𝙽𝙾𝙱𝙸𝚃𝙰 𝚂𝙴 𝙻𝙴 𝙻𝙸𝚈𝙰 𝚂𝚄𝙳𝙾 𝙶𝙾𝙾𝙳 👍😊__")
target = ""
if HEROKU_APP_NAME is not None:
app = Heroku.app(HEROKU_APP_NAME)
Expand All @@ -117,17 +117,17 @@ async def addsudo(event):
return

if str(target) in sudousers:
await ok.edit(f"𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧 𝗦𝗨𝗗𝗢 𝗨𝗦𝗘𝗥. !!")
await ok.edit(f"ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄🫧 𝗦𝗨𝗗𝗢 𝗨𝗦𝗘𝗥. !!")
else:
if len(sudousers) > 0:
newsudo = f"{sudousers} {target}"
else:
newsudo = f"{target}"
await ok.edit(f"» **ɴᴇᴡ ꜱᴜᴅᴏ ᴜꜱᴇʀ**: `{target}`\n» `ADD KAR DIYE HAI SUDO..BOT RESTART HO RHA HAI`")
await ok.edit(f"» **ɴᴇᴡ ꜱᴜᴅᴏ ᴜꜱᴇʀ**: `{target}`\n» `𝙱𝙰𝙱𝚄 𝙰𝙶𝚈𝙴 𝚃𝚄𝙼 𝙽𝙾𝙱𝙸𝚃𝙰 𝚂𝙴 𝙻𝙴 𝙻𝙸𝚈𝙰 𝚂𝚄𝙳𝙾 𝙶𝙾𝙾𝙳 👍😊`")
heroku_var["SUDO_USERS"] = newsudo

elif event.sender_id in SUDO_USERS:
await event.reply("»𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧 𝗢𝗪𝗡𝗘𝗥 𝗖𝗔𝗡 𝗚𝗜𝗩𝗘 𝗦𝗨𝗗𝗢...")
await event.reply("»ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄🫧 𝗢𝗪𝗡𝗘𝗥 𝗖𝗔𝗡 𝗚𝗜𝗩𝗘 𝗦𝗨𝗗𝗢...")

@X1.on(events.NewMessage(incoming=True, pattern=r"\%sremovesudo(?: |$)(.*)" % hl))
@X2.on(events.NewMessage(incoming=True, pattern=r"\%sremovesudo(?: |$)(.*)" % hl))
Expand Down Expand Up @@ -180,9 +180,9 @@ async def removesudo(event):
@X10.on(events.NewMessage(incoming=True, pattern=r"\%ssudos(?: |$)(.*)" % hl))
async def show_sudo_users(event):
if event.sender_id == OWNER_ID:
sudo_users_list = "𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧 𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗦𝗨𝗗𝗢 𝗨𝗦𝗘𝗥𝗦 𝗟𝗜𝗦𝗧:\n"
sudo_users_list = "ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄🫧 𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗦𝗨𝗗𝗢 𝗨𝗦𝗘𝗥𝗦 𝗟𝗜𝗦𝗧:\n"
for user_id in SUDO_USERS:
sudo_users_list += f"- {user_id}\n"
await event.reply(sudo_users_list)
else:
await event.reply("🇴𝗡𝗟𝗬 𝗙𝗢𝗥 𝕆𝕩𝕪𝕘𝕖𝕟𝕊𝕡𝕒𝕞🫧 𝗢𝗪𝗡𝗘𝗥.")
await event.reply("🇴𝗡𝗟𝗬 𝗙𝗢𝗥 ℕ𝕆𝔹𝕀𝕋𝔸𝕊ℙ𝔸𝕄🫧 𝗢𝗪𝗡𝗘𝗥.")
30 changes: 15 additions & 15 deletions OXYBOT/modules/help.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from config import X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, SUDO_USERS, CMD_HNDLR as hl


HELP_STRING = f"˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧 𝙃𝙚𝙡𝙥 𝙈𝙚𝙣𝙪 ★\n\n» **𝐂𝐋𝐈𝐂𝐊 𝐎𝐍 𝐁𝐔𝐓𝐓𝐎𝐍 𝐅𝐎𝐑 𝐇𝐄𝐋𝐏**\n» **𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥: ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧**"
HELP_STRING = f"˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧 𝙃𝙚𝙡𝙥 𝙈𝙚𝙣𝙪 ★\n\n» **𝐂𝐋𝐈𝐂𝐊 𝐎𝐍 𝐁𝐔𝐓𝐓𝐎𝐍 𝐅𝐎𝐑 𝐇𝐄𝐋𝐏**\n» **𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥: ˹@ANINE_HU_BABY˼🫧**"

HELP_BUTTON = [
[
Expand All @@ -14,8 +14,8 @@
Button.inline("★𝗖𝗢𝗠𝗠𝗔𝗡𝗗𝗦★", data="extra")
],
[
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/OXEGN"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+XpL0qhdF7TQzNDVl")
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/NOBITA_PROFESY"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+7_KPkFr0YWllMmZl")
],
[
Button.inline("★𝗡𝗘𝗪 𝗖𝗢𝗠𝗠𝗔𝗡𝗗★", data="yash")
Expand All @@ -38,7 +38,7 @@ async def help(event):
if event.sender_id in SUDO_USERS:
try:
await event.client.send_file(event.chat_id,
"https://telegra.ph/file/b11e7d86e4622a3b3e54e.jpg",
"https://telegra.ph/file/79f69949845bc79e39722.jpg",
caption=HELP_STRING,
buttons=HELP_BUTTON
)
Expand Down Expand Up @@ -67,7 +67,7 @@ async def help(event):
💖 𝗔𝗯𝘂𝘀𝗲𝗦𝗽𝗮𝗺: **🌺ᴏɴᴇ ᴡᴏʀᴅ ʙɪɢ ɢᴀᴀʟɪ sᴘᴀᴍ🌺**
1) {hl}𝚊𝚋𝚞𝚜𝚎 <𝚌𝚘𝚞𝚗𝚝> <𝚞𝚜𝚎𝚛𝚗𝚊𝚖𝚎>

**© ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧**
**© ˹@ANINE_HU_BABY˼🫧**
"""


Expand Down Expand Up @@ -105,7 +105,7 @@ async def help(event):



**© ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧**💘
**© ˹@ANINE_HU_BABY˼🫧**💘
"""


Expand Down Expand Up @@ -136,7 +136,7 @@ async def help(event):
1) {hl} 𝐂𝐑𝐀𝐈𝐃 < 𝐂𝐎𝐔𝐍𝐓 > < 𝐔𝐒𝐄𝐑𝐍𝐀𝐌𝐄 >
2) {hl} 𝐂𝐑𝐀𝐈𝐃 < 𝐂𝐎𝐔𝐍𝐓 > <𝐑𝐄𝐏𝐋𝐘 𝐓𝐎 𝐀 𝐔𝐒𝐄𝐑 >

**© ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧**💘
**© ˹@ANINE_HU_BABY˼🫧**💘
"""

spam_msg = f"""
Expand All @@ -153,7 +153,7 @@ async def help(event):
1) {hl}𝐇𝐀𝐍𝐆 < 𝐂𝐎𝐔𝐍𝐓𝐄𝐑 >


** © ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧**
** © ˹@ANINE_HU_BABY˼🫧**
"""


Expand Down Expand Up @@ -181,13 +181,13 @@ async def helpback(event):
Button.inline("★𝗖𝗢𝗠𝗠𝗔𝗡𝗗𝗦★", data="extra")
],
[
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/OXEGN"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+XpL0qhdF7TQzNDVl")
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/NOBITA_PROFESY"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+7_KPkFr0YWllMmZl")
]
]
)
else:
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @Gɪᴛʜᴜʙxᴅ★" , cache_time=0, alert=True)
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @JUST_ME_NOBITA AND @BTW_AYU_0★" , cache_time=0, alert=True)


@X1.on(events.CallbackQuery(pattern=r"spam"))
Expand All @@ -206,7 +206,7 @@ async def help_spam(event):
buttons=[[Button.inline("< Back", data="help_back"),],],
)
else:
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @Gɪᴛʜᴜʙxᴅ★", cache_time=0, alert=True)
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @JUST_ME_NOBITA AND @BTW_AYU_0★", cache_time=0, alert=True)


@X1.on(events.CallbackQuery(pattern=r"raid"))
Expand All @@ -225,7 +225,7 @@ async def help_raid(event):
buttons=[[Button.inline("< Back", data="help_back"),],],
)
else:
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @Gɪᴛʜᴜʙxᴅ★", cache_time=0, alert=True)
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @JUST_ME_NOBITA AND BTW_AYU_0★", cache_time=0, alert=True)


@X1.on(events.CallbackQuery(pattern=r"extra"))
Expand All @@ -244,7 +244,7 @@ async def help_extra(event):
buttons=[[Button.inline("< Back", data="help_back"),],],
)
else:
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @Gɪᴛʜᴜʙxᴅ★", cache_time=0, alert=True)
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @JUST_ME_NOBITA AND @BTW_AYU_0★", cache_time=0, alert=True)


@X1.on(events.CallbackQuery(pattern=r"yash"))
Expand All @@ -263,5 +263,5 @@ async def help_yash(event):
buttons=[[Button.inline("< Back", data="help_back"),],],
)
else:
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @Gɪᴛʜᴜʙxᴅ★", cache_time=0, alert=True)
await event.answer("★𝐏𝐋𝐄𝐀𝐒𝐄 𝐉𝐎𝐈𝐍 𝐒𝐔𝐏𝐏𝐎𝐑𝐓 𝐆𝐑𝐎𝐔𝐏 𝐀𝐍𝐃 𝐓𝐀𝐆 @JUST_ME_NOBITA AND @BTW_AYU_0★", cache_time=0, alert=True)

2 changes: 1 addition & 1 deletion OXYBOT/modules/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def logs(legend):
fetch = await legend.reply(f"__Fetching Logs...__")

with open("OXYBOTLogs.txt", "w") as logfile:
logfile.write("⚡ ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍 ⚡ [ Bot Logs ]\n\n" + logs)
logfile.write("⚡ ™°‌ 🫧🇳 🇴 B I T A ⚡ [ Bot Logs ]\n\n" + logs)

end = datetime.now()
ms = (end-start).seconds
Expand Down
8 changes: 4 additions & 4 deletions OXYBOT/modules/spam.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ async def spam(event: events):
await event.client.send_message(event.chat_id, message)
await asyncio.sleep(0.2)
else:
await event.reply(f"😈 **Usage:**\n » {hl}spam 13 ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍\n » {hl}spam 13 <ʀᴇᴘʟʏ ᴛᴏ ᴛᴇxᴛ>\n\n**To do spam with replying to a user:**\n » {hl}spam 13 🥵 <ʀᴇᴘʟʏ ᴛᴏ ᴜꜱᴇʀ>")
await event.reply(f"😈 **Usage:**\n » {hl}spam 13 ™°‌ 🫧 🇳 🇴 B I T A\n » {hl}spam 13 <ʀᴇᴘʟʏ ᴛᴏ ᴛᴇxᴛ>\n\n**To do spam with replying to a user:**\n » {hl}spam 13 🥵 <ʀᴇᴘʟʏ ᴛᴏ ᴜꜱᴇʀ>")

except (IndexError, ValueError):
await event.reply(f"😈 **Usage:**\n » {hl}spam 13 ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍\n » {hl}spam 13 <ʀᴇᴘʟʏ ᴛᴏ ᴛᴇxᴛ>\n\n**To do spam with replying to a user:**\n » {hl}spam 13 😎 <ʀᴇᴘʟʏ ᴛᴏ ᴜꜱᴇʀ>")
await event.reply(f"😈 **Usage:**\n » {hl}spam 13 ™°‌ 🫧🇳 🇴 B I T A\n » {hl}spam 13 <ʀᴇᴘʟʏ ᴛᴏ ᴛᴇxᴛ>\n\n**To do spam with replying to a user:**\n » {hl}spam 13 😎 <ʀᴇᴘʟʏ ᴛᴏ ᴜꜱᴇʀ>")
except Exception as e:
print(e)

Expand All @@ -80,7 +80,7 @@ async def spam(event: events):
async def pspam(event):
if event.sender_id in SUDO_USERS:
if event.chat_id in GROUP:
await event.reply("» ꜱᴏʀʀʏ, ᴛʜɪꜱ ɪꜱ ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍 ᴘʀᴏᴛᴇᴄᴛᴇᴅ ɢʀᴏᴜᴘ.")
await event.reply("» ꜱᴏʀʀʏ, ᴛʜɪꜱ ɪꜱ ™°‌ 🫧🇳 🇴 B I T A ᴘʀᴏᴛᴇᴄᴛᴇᴅ ɢʀᴏᴜᴘ.")
else:
try:
counter = int(event.text.split(" ", 2)[1])
Expand Down Expand Up @@ -108,7 +108,7 @@ async def pspam(event):
async def hang(e):
if e.sender_id in SUDO_USERS:
if e.chat_id in GROUP:
await e.reply("» ꜱᴏʀʀʏ, ᴛʜɪꜱ ɪꜱ ™°‌ 🫧 🇴 🇽 𝐘 𝐆 𝐄 𝐍 ᴘʀᴏᴛᴇᴄᴛᴇᴅ ɢʀᴏᴜᴘ.")
await e.reply("» ꜱᴏʀʀʏ, ᴛʜɪꜱ ɪꜱ ™°‌ 🫧🇳 🇴B I T A ᴘʀᴏᴛᴇᴄᴛᴇᴅ ɢʀᴏᴜᴘ.")
else:
try:
counter = int(e.text.split(" ", 2)[1])
Expand Down
6 changes: 3 additions & 3 deletions OXYBOT/modules/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
Button.inline("★𝗖𝗢𝗠𝗠𝗔𝗡𝗗𝗦★", data="help_back")
],
[
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/OXEGN"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+XpL0qhdF7TQzNDVl")
Button.url("★𝗗𝗘𝗩𝗘𝗟𝗢𝗣𝗘𝗥★", "https://t.me/NOBITA_PROFESY"),
Button.url("★𝗦𝗨𝗣𝗣𝗢𝗥𝗧★", "https://t.me/+7_KPkFr0YWllMmZl")
],
[
Button.url("★𝗖𝗢𝗗𝗘𝗥★", "https://t.me/PRADHAN474")
Expand All @@ -35,7 +35,7 @@ async def start(event):
TEXT = f"**ʜᴇʏ [{event.sender.first_name}](tg://user?id={event.sender.id}),\n\nɪ ᴀᴍ [{bot_name}](tg://user?id={bot_id})**\n"
await event.client.send_file(
event.chat_id,
"https://telegra.ph/file/b11e7d86e4622a3b3e54e.jpg",
"https://telegra.ph/file/79f69949845bc79e39722.jpg",
caption=TEXT,
buttons=START_BUTTON
)
38 changes: 32 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<h1 align="center"><b>[✨🥀] ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧 [✨🥀]</b></h1>
img src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif">
<h3><img style="align-item" :"center" src="https://telegra.ph/file/f3a116e01f6ac8f3b8dbe.jpg" width="80px" height="70%"><img src="https://readme-typing-svg.herokuapp.com?color=00BFFF&width=620&lines=✨+🦋+𝐇𝐄𝐘+𝐓𝐇𝐄𝐑𝐄+𝐓𝐇𝐈𝐒+𝐈𝐒+𝐕𝐈𝐏+NOBITA+𝐗𝐃+🖤+🥀"></b></h3>
<img src="https://user-images.githubusercontent.com/73097560/115834477-dbab4500-a447-11eb-908a-139a6edaec5c.gif">
<p align="center">
<b>ᴠɪsɪᴛᴏʀs</b><br>
--> <img align="middle" src="https://profile-counter.glitch.me/doraemon890/count.svg" />

<h4 align="center"> 𝐀 𝐏𝐎𝐖𝐄𝐑𝐅𝐔𝐋 𝐒𝐏𝐀𝐌𝐁𝐎𝐓𝐒</h4>
<h1 align ="center"><img src="https://readme-typing-svg.herokuapp.com?color=F778A1&width=350&lines=✨+🦋˹𝐍𝐎𝐁𝐈𝐓𝐀+✘+𝐒𝐏𝐀𝐌˼+🖤+🥀"></b></h1>

[<img src="https://telegra.ph/file/6c32d6bff1244f0972640.jpg"/>]
<h1 align="center"><b>[✨🥀] ˹ℕ𝕆𝔹𝕀𝕋𝔸 ꭙ 𝕊ℙ𝔸𝕄 ˼🫧 [✨🥀]</b></h1>

> ⭐️ Thanks to everyone for using this op ˹𝕆𝕩𝕪𝕘𝕖𝕟 ꭙ 𝕊𝕡𝕒𝕞˼🫧. That is the greatest pleasure we have !
<h4 align="center">𝖭𝖮𝖡𝖨𝖳𝖠_𝖲𝖯𝖠𝖬_𝖡𝖮𝖳 𝖳𝖧𝖠𝖭𝖪𝖲 𝖥𝖮𝖱 𝖶𝖠𝖳𝖢𝖧𝖨𝖭𝖦 𝖳𝖧𝖤 𝖱𝖤𝖯𝖮 </h4>

[<img src="https://telegra.ph/file/a2266a3a5d010292cc320.jpg"/>]

> ⭐️ Thanks to everyone for using this op ˹ℕ𝕆𝔹𝕀𝕋𝔸 ꭙ 𝕊ℙ𝔸𝕄 ˼🫧. That is the greatest pleasure we have !


# ᴅᴇᴘʟᴏʏᴍᴇɴᴛ
Expand All @@ -14,7 +23,7 @@
<summary><b>ᴅᴇᴘʟᴏʏ ᴛᴏ ʜᴇʀᴏᴋᴜ</b></summary>
<br>

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/PRADHAN474/SPAMBOT)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/NOBITA018/SPAMBOT/edit/main/README.md)

</details>

Expand All @@ -23,6 +32,23 @@
<summary><b>sᴜᴘᴘᴏʀᴛ</b></summary>
<br>

<a href="https://t.me/BWANDARLOK"><img src="https://img.shields.io/badge/Join-Telegram%20Channel-red.svg?logo=Telegram"></a>
<a herf="https://t.me/+7_KPkFr0YWllMmZl"><img src="https://img.shields.io/badge/Join-Telegram%20Channel-red.svg?logo=Telegram"></a>

</details>
<summary><b>how to use the repo</b></summary>
<br>

1 𝙵𝙸𝚁𝚂𝚃 𝚈𝚄𝚄 𝙹𝙾𝙸𝙽 𝚃𝙷𝙴 𝙶𝚁𝙾𝚄𝙿 🤗

2 𝚂𝙴𝙲𝙾𝙽𝙳 𝙵𝙾𝚁𝙺 𝚃𝙷𝙴 𝚁𝙴𝙿𝙾💕💫

3 𝚃𝙷𝙸𝚁𝙳 𝙲𝙷𝙴𝙺 𝚃𝙷𝙴 𝙳𝙴𝙿𝙻𝙾𝚈 𝙱𝚄𝚃𝚃𝙾𝙽 𝙰𝙽𝙳 𝙴𝙳𝙸𝚃 𝚃𝙷𝙴 𝙳𝙴𝙿𝙻𝙾𝚈 𝙱𝚄𝚃𝚃𝙾𝙽"𝙰𝙿𝙽𝙰 𝙻𝙰𝙶𝙰 𝙻𝙴𝙽𝙰 𝙱𝙰𝙷𝙸𝚈𝙰 𝙾𝚁 𝚄𝙽𝙺𝙸 𝙱𝙰𝙷𝙽𝙴𝙾 😂💕

4𝙵𝙾𝚄𝚁𝚃𝙷 𝚈𝙴 𝚂𝙰𝙱 𝚁𝙴𝙳𝙴𝙴𝙼.𝙼𝙳 𝙼𝙴 𝙷𝙴 👍🥀

5 𝙵𝙸𝙵𝙴𝚃𝙷. 𝙵𝙸𝚁 𝙰𝙿𝙽𝙰 𝙲𝙷𝙰𝙽𝙶𝙴 𝙺𝙰𝚁𝙾 𝙰𝙶𝙰𝚁 𝚁𝙴𝙿𝙾 𝙴𝙳𝙸𝚃 𝙺𝙰𝚁𝚅𝙰𝙽𝙰 𝚈𝙰 𝚂𝙸𝙺𝙷𝙽𝙰 𝙷𝙾 𝚃𝙾 𝙳𝙼@BTW_AYU_0

🥀𝚃𝙷𝙰𝙽𝙺𝚂 𝙵𝙾𝚁 𝚆𝙰𝚃𝙲𝙷𝙸𝙽𝙶 𝙿𝙻𝚂 𝙹𝙾𝙸𝙽 𝚃𝙷𝙴 𝚂𝚄𝙿𝙿𝙾𝚁𝚃 𝙶𝚁𝙾𝚄𝙿 𝙿𝙻𝚂 🥀

</ditail>