-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwpy.env
More file actions
17 lines (17 loc) · 1 KB
/
wpy.env
File metadata and controls
17 lines (17 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@Client.on_message(filters.new_chat_members)
async def new_chat(client, message):
return await message.reply(
"❤️**Məni Qrupa əlavə etdiyiniz üçün təşəkkürlər !**\n\n"
"**Məni Qrupda administrator təyin edin, əks halda düzgün işləyə bilməyəcəm və Assistantı dəvət etmək üçün /assistantqosul yazmağı unutmayın.**\n\n"
"Bitirdikdən sonra Qrupa /yenile yazın.",
reply_markup=InlineKeyboardMarkup(
[
[
InlineKeyboardButton("📱 Kanal", url=f"https://t.me/ledyplaylist"),
InlineKeyboardButton("🛠️ Dəstək", url=f"https://t.me/SOQrup")
],[
InlineKeyboardButton("🔊 Assistant", url=f"https://t.me/LedyMusicAssistant")
]
]
)
)