Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger7815 authored Dec 5, 2023
1 parent 59bc6e4 commit bf0c698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@bot.on_message(filters.command(["start"]) & filters.user(ADMINS))
async def account_login(bot: Client, m: Message):
editable = await m.reply_text(f"HELLO I AM TXT DOWNLOADER BOT MADE BY TIGER BOSS [{m.from_user.first_name}](tg://user?id={m.from_user.id})\nPress /ZINDA")
editable = await m.reply_text(f"HELLO I AM TXT DOWNLOADER BOT MADE BY TIGER BOSS [{m.from_user.first_name}](tg://user?id={m.from_user.id})\nPress /BOSS")


@bot.on_message(filters.command("stop") & filters.user(ADMINS))
Expand All @@ -39,7 +39,7 @@ async def restart_handler(_, m):
os.execl(sys.executable, sys.executable, *sys.argv)


@bot.on_message(filters.command(["TXT"]) & filters.user(ADMINS))
@bot.on_message(filters.command(["BOSS"]) & filters.user(ADMINS))
async def account_login(bot: Client, m: Message):
editable = await m.reply_text(f"**Hey [{m.from_user.first_name}](tg://user?id={m.from_user.id})\nSend txt file**")
input: Message = await bot.listen(editable.chat.id)
Expand Down

0 comments on commit bf0c698

Please sign in to comment.