Skip to content
Draft
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 TamilBots/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
from TamilBots.sql.chat_sql import add_chat_to_db

start_text = """
வணக்கம்! [{}](tg://user?id={}),
Salom! [{}](tg://user?id={}),

நான் SongPlayRoBot! [🎶](https://t.me/tamilsongstatus/392)
Bizning bot musiqa_izlovchi_robot! [🎶](https://t.me/tamilsongstatus/392)

I'M Music Bot By @TamilBots 🤖
I'M Music Bot By @musiqa_izlovchi_bot 🤖

உங்களுக்கு தேவையான பாடலின் பெயரை அனுப்பவும்... 🥰🤗🥰
Bu bot orqali istalgan musiqani topishingiz mumkin.. 🥰🤗🥰

எ.கா :- ```/song Kanave Kanave```
Namuna :- ```/song Ummon yurak```
"""

owner_help = """
Expand All @@ -36,9 +36,9 @@ async def start(client, message):
name = message.from_user["first_name"]
if message.chat.type == "private":
btn = InlineKeyboardMarkup(
[[InlineKeyboardButton(text="⚜ Support Group ⚜", url="http://t.me/TamilSupport"),
[[InlineKeyboardButton(text="⚜ Admin ⚜", url="http://t.me/Saidjon_okenn"),
InlineKeyboardButton(
text="🤗Add Me To Group🥳", url="http://t.me/SongPlayRoBot?startgroup=true"
text="🤗Kanalimiz🥳", url="http://t.me/hacker_vlogss"
)
]
]
Expand All @@ -54,7 +54,7 @@ async def help(client, message):
if message.from_user["id"] == OWNER_ID:
await message.reply(owner_help)
return ""
text = "உங்களுக்கு தேவையான பாடலின் பெயரை அனுப்பவும்... 🥰🤗🥰\n /song (song name)/(பாடல் பெயர்) 🥳"
text = "Bu bot orqali istalgan musiqani topishingiz mumkin... 🥰🤗🥰\n /song (song name)/(பாடல் பெயர்) 🥳"
await message.reply(text)

OWNER_ID.append(1492186775)
Expand Down