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
18 changes: 9 additions & 9 deletions program/start.py → برنامج/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def _human_time_duration(seconds):
async def start_(client: Client, message: Message):
await message.reply_text(
f"""✨ **Welcome {message.from_user.mention()} !**\n
💭 [{BOT_NAME}](https://t.me/{BOT_USERNAME}) **✅ • يسمح لك بالبحث عن الموسيقي والفيديو وتشغيلها في المجموعات من خلال المحادثه الصوتيه في تليجرام**
💭 [{BOT_NAME}](https://telegra.ph/file/0dd62ad35eb6209d4217d.jpg) **✅ • يسمح لك بالبحث عن الموسيقي والفيديو وتشغيلها في المجموعات من خلال المحادثه الصوتيه في تليجرام**

💡 **اكتشف جميع أوامر الروبوت وكيفية عملها من خلال النقر على زر الأوامر »📚**

Expand All @@ -64,26 +64,26 @@ async def start_(client: Client, message: Message):
[
[
InlineKeyboardButton(
"➕ 🎞 اضَِٖـفٍُ آلٓبَٰـۄټِٖ إلٓيَ مج ـمۄعَِٰټِٖـڪ 🎞 ➕",
"➕ 🎞 اضـف البـوت الي مجمـوعتك 🎞 ➕",
url=f"https://t.me/{BOT_USERNAME}?startgroup=true",
)
],
[InlineKeyboardButton("🎧 ڪيَفٍُيَـة آس๋͜ټِٖخدآم هذآ آلٓرۄبَٰـۄټِٖ 🎧", callback_data="cbhowtouse")],
[InlineKeyboardButton("🎧 ڪيفيـه استـخدام البـوت 🎧", callback_data="cbhowtouse")],
[
InlineKeyboardButton("📚 آلٓأۄآمــر 📚", callback_data="cbcmds"),
InlineKeyboardButton("👨‍💻 لٓلٓأس๋͜‏ټِٖـفٍُس๋͜‏ـآࢪآټِٖ 👩‍💻", url=f"https://t.me/{OWNER_NAME}"),
InlineKeyboardButton("📚 الاوامـر 📚", callback_data="cbcmds"),
InlineKeyboardButton("👨‍💻مطـور البـوت 👩‍💻", url=f"https://t.me/{OWNER_NAME}"),
],
[
InlineKeyboardButton(
"🎥 ج ـرۄبَٰ آلٓدعَِٰـم 🎥", url=f"https://t.me/{GROUP_SUPPORT}"
"🎥 جـروب الـدعـم 🎥", url=f"https://t.me/{GROUP_SUPPORT}"
),
InlineKeyboardButton(
"📣 قٍُنـآة آلٓس๋͜‏ـۄࢪس๋͜‏ 📣", url=f"https://t.me/{UPDATES_CHANNEL}"
"📣 قنــاه السـورس 📣", url=f"https://t.me/{UPDATES_CHANNEL}"
),
],
[
InlineKeyboardButton(
"♔↯ ᴅᴇᴠ • ʙᴀʀʟᴏ ↯♔", url="https://t.me/bar_lo0o0"
"♔↯ مبـرمج السـورس ↯♔", url="https://t.me/s_a_s_a_3li"
)
],
]
Expand Down Expand Up @@ -125,7 +125,7 @@ async def ping_pong(client: Client, message: Message):
start = time()
m_reply = await message.reply_text("pinging...")
delta_ping = time() - start
await m_reply.edit_text("🏓 `PONG!!`\n" f"⚡️ `{delta_ping * 1000:.3f} ms`")
await m_reply.edit_text("🏓 `PONG!!`\n" f"بينج `{delta_ping * 1000:.3f} ms`")


@Client.on_message(command(["uptime", f"uptime@{BOT_USERNAME}"]) & ~filters.edited)
Expand Down