diff --git a/TamilBots/__main__.py b/TamilBots/__main__.py index 3b7cfce..fac6d22 100644 --- a/TamilBots/__main__.py +++ b/TamilBots/__main__.py @@ -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 = """ @@ -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" ) ] ] @@ -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)