Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update __main__.py #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 EvilBot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ def get_readable_time(seconds: int) -> str:
ping_time += ":".join(time_list)
return ping_time
PM_START_TEXT = """
`𝙷𝚎𝚕𝚕𝚘` [👿](https://telegra.ph/file/b1ae67fad00c60d51a5f2.jpg) `𝙼𝚢 𝚗𝚊𝚖𝚎 𝚒𝚜` *𝙴𝚟𝚒𝚕 𝚁𝚘𝚋𝚘𝚝*
`𝙷𝚎𝚕𝚕𝚘` [👿]( https://telegra.ph/file/91172110df2a84e882c4b.jpg) `𝙼𝚢 𝚗𝚊𝚖𝚎 𝚒𝚜` *NASHI BOT*
`𝙸'𝚖 𝚑𝚎𝚛𝚎 𝚝𝚘 𝚑𝚎𝚕𝚙 𝚢𝚘𝚞 𝚖𝚊𝚗𝚊𝚐𝚎 𝚢𝚘𝚞𝚛 𝚐𝚛𝚘𝚞𝚙𝚜! 𝙷𝚒𝚝` *📚𝙲𝚘𝚖𝚖𝚊𝚗𝚍𝚜*
"""
buttons = [
[
InlineKeyboardButton(
text="𝐀𝐝𝐝 𝐌𝐞 𝐓𝐨 𝐘𝐨𝐮𝐫 𝐏𝐥𝐚𝐜𝐞😇", url="t.me/EVIL_XOBOT?startgroup=true"),
text="𝐀𝐝𝐝 𝐌𝐞 𝐓𝐨 𝐘𝐨𝐮𝐫 𝐏𝐥𝐚𝐜𝐞😇", url="t.me/TheNashiBot?startgroup=true"),
],
[
InlineKeyboardButton(text="𝐀𝐛𝐨𝐮𝐭💝", callback_data="evil_"),
Expand All @@ -88,11 +88,11 @@ def get_readable_time(seconds: int) -> str:
],
]
HELP_STRINGS = """
`𝙷𝚎𝚢!.. 𝙸'𝚖` 👿 *𝙴𝚟𝚒𝚕 𝚁𝚘𝚋𝚘𝚝* [👿](https://telegra.ph/file/a064bd8497a5f6f03b290.mp4)
`𝙷𝚎𝚢!.. 𝙸'𝚖` 👿 *NASHI BOT* [👿](https://telegra.ph/file/a064bd8497a5f6f03b290.mp4)
`𝙲𝚕𝚒𝚌𝚔 𝚘𝚗 𝚝𝚑𝚎 𝚋𝚞𝚝𝚝𝚘𝚗𝚜 𝚋𝚎𝚕𝚘𝚠 𝚝𝚘 𝚐𝚎𝚝 𝚍𝚘𝚌𝚞𝚖𝚎𝚗𝚝𝚊𝚝𝚒𝚘𝚗 𝚊𝚋𝚘𝚞𝚝 𝚜𝚙𝚎𝚌𝚒𝚏𝚒𝚌 𝚖𝚘𝚍𝚞𝚕𝚎𝚜..`"""
evil_IMG = "https://telegra.ph/file/5dc8f5c53fb0c39ed983c.jpg"
DONATE_STRING = """Heya, glad to hear you want to donate!
You can support the project via [Paypal](#) or by contacting @shrvan42 \
You can support the project via [Paypal](#) or by contacting @TWPCGAMER \
Supporting isnt always financial! \
Those who cannot provide monetary support are welcome to help us develop the bot at ."""
IMPORTED = {}
Expand Down