flash / Infamous /karma.py
Drag
Update karma.py
3e72285
raw
history blame
2.48 kB
# https://github.com/Infamous-Hydra/YaeMiko
# https://github.com/Team-ProjectCodeX
# https://t.me/O_okarma
# <============================================== IMPORTS =========================================================>
from pyrogram.types import InlineKeyboardButton as ib
from telegram import InlineKeyboardButton
from Mikobot import BOT_USERNAME, OWNER_ID, SUPPORT_CHAT
# <============================================== CONSTANTS =========================================================>
START_IMG = [
"https://files.catbox.moe/1ih5hx.jpg"
]
HEY_IMG = "https://files.catbox.moe/1ih5hx.jpg"
ALIVE_ANIMATION = [
"https://files.catbox.moe/cgzd9n.jpg"
]
FIRST_PART_TEXT = "✨ *ʜᴇʟʟᴏ* `{}` . . ."
PM_START_TEXT = "✨ *ɪ ᴀᴍ 𝑟𝑒𝑠𝑜𝑙𝑢𝑡𝑒 𝑑𝑒𝑓𝑒𝑛𝑑𝑒𝑟, ᴀ ғʟᴀsʜ ᴛʜᴇᴍᴇᴅ ʀᴏʙᴏᴛ ᴡʜɪᴄʜ ᴄᴀɴ ʜᴇʟᴘ ʏᴏᴜ ᴛᴏ ᴍᴀɴᴀɢᴇ ᴀɴᴅ ꜱᴇᴄᴜʀᴇ ʏᴏᴜʀ ɢʀᴏᴜᴘ ᴡɪᴛʜ ʜᴜɢᴇ ɢʀᴏᴜᴘ ᴍᴀɴᴀɢᴇᴍᴇɴᴛ*"
START_BTN = [
[
InlineKeyboardButton(
text="⇦ ADD ME ⇨",
url=f"https://t.me/{BOT_USERNAME}?startgroup=true",
),
],
[
InlineKeyboardButton(text="HELP", callback_data="extra_command_handler"),
],
[
InlineKeyboardButton(text="DETAILS", callback_data="Miko_"),
InlineKeyboardButton(text="SOURCE", callback_data="git_source"),
],
[
InlineKeyboardButton(text="CREATOR", url=f"tg://user?id={OWNER_ID}"),
],
]
GROUP_START_BTN = [
[
InlineKeyboardButton(
text="⇦ ADD ME ⇨",
url=f"https://t.me/{BOT_USERNAME}?startgroup=true",
),
],
[
InlineKeyboardButton(text="SUPPORT", url=f"https://t.me/{SUPPORT_CHAT}"),
InlineKeyboardButton(text="CREATOR", url=f"tg://user?id={OWNER_ID}"),
],
]
ALIVE_BTN = [
[
ib(text="UPDATES", url="https://t.me/Serene_Swordsman"),
ib(text="SUPPORT", url="https://t.me/dragbackup"),
],
[
ib(
text="⇦ ADD ME ⇨",
url=f"https://t.me/{BOT_USERNAME}?startgroup=true",
),
],
]
HELP_STRINGS = """
🫧 *𝑟𝑒𝑠𝑜𝑙𝑢𝑡𝑒 𝑑𝑒𝑓𝑒𝑛𝑑𝑒𝑟* 🫧 [ㅤ](https://files.catbox.moe/3tga8b.jpg)
☉ *Here, you will find a list of all the available commands.*
ᴀʟʟ ᴄᴏᴍᴍᴀɴᴅs ᴄᴀɴ ʙᴇ ᴜsᴇᴅ ᴡɪᴛʜ : /
"""