Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Please Give a ⭐ if you like this repo and also try following me for more best
## Deploy to Heroku 🗳
Press the following button to deploy in heroku.

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Ns-Bots/TG-RENAMER-BOT)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Vampire421/TG-RENAMER-BOT)

## Bot Features 🔥
- Renaming Telegram files as file or video.
Expand Down
2 changes: 1 addition & 1 deletion renamer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
startup_msg = f"Successfully deployed your Renamer at @{me.username}\n"
startup_msg += f"Pyrogram Version: V{__version__}\n"
startup_msg += f"Python Version: V{platform.python_version()}\n\n"
startup_msg += "Thanks for deploying our bot. Please give a star to my repo and join @Ns_bot_updates."
startup_msg += "This is an powerfull and fastest rename bot ever made 🤖 If You Like This Bot Consider joining @housefull_links."
print(startup_msg)

idle()
Expand Down
2 changes: 1 addition & 1 deletion renamer/plugins/1.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def force_sub(c, m):
if m.from_user.id in Config.AUTH_USERS:
return await m.reply_text("Forcesub username must be a channel username Not yours or any other users username")
logger.error(e)
return await m.reply_text("Some thing went wrong. Try again and if same issue occur contact [our group](https://t.me/Ns_Bot_supporters)", disable_web_page_preview=True, quote=True)
return await m.reply_text("Some thing went wrong. Try again and if same issue occur contact [our group](https://t.me/Hf_links)", disable_web_page_preview=True, quote=True)

await m.continue_propagation()

4 changes: 2 additions & 2 deletions renamer/plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ async def help(c, m, cb=False):
@RenamerNs.on_message(filters.command("start") & filters.private & filters.incoming)
async def start(c, m, cb=False):
owner = await c.get_users(Config.OWNER_ID)
owner_username = owner.username if owner.username else 'Ns_bot_updates'
owner_username = owner.username if owner.username else 'HF_Projects'
button = [[
InlineKeyboardButton(f'{MAN_TEACHER_LIGHT_SKIN_TONE} My Owner', url=f'https://t.me/{owner_username}'),
InlineKeyboardButton(f'{MAN_TEACHER_LIGHT_SKIN_TONE} My Owner', url=f'https://t.me/saminsumesh'),
InlineKeyboardButton(f'{ROBOT} About', callback_data='about')
],[
InlineKeyboardButton(f'{INFORMATION} Help', callback_data="help"),
Expand Down
9 changes: 4 additions & 5 deletions renamer/tools/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class TEXT:
DOWNLOAD_START = f"Downloading Starts soon {SLEEPING_FACE}"
UPLOAD_START = f"Upload Starting Soon {SLEEPING_FACE}"
UPLOAD_SUCESS = f"Thanks for using [me](https://github.com/Ns-AnoNymouS/TG-RENAMER-BOT)"
UPLOAD_SUCESS = f"Thanks for using [me](https://t.me/housefull_links)"
BANNED_USER_TEXT = f"Hey bro, you are **banned** from using me {FACE_WITH_TEARS_OF_JOY}."
NOT_LOGGED_TEXT = f"This bot was only for private use {LOCKED_WITH_KEY}. If you want to use this bot you need to send me correct password in the format `/login bot_password`"
SAVED_CUSTOM_THUMBNAIL = f"Thumbnail Saved Permanently {NOTEBOOK_WITH_DECORATIVE_COVER}"
Expand All @@ -22,11 +22,10 @@ class TEXT:

** Developer:** {bot_owner}

** Channel:** [NS BOT UPDATES](https://t.me/Ns_bot_updates)
** Channel:** [HF Projects](https://t.me/housefull_links)

** Group:** [Ns BOT SUPPORT](https://t.me/Ns_Bot_supporters)
** Group:** [HF_Support](https://t.me/hf_links)

** Source Code:** [Press Me](https://github.com/Ns-AnoNymouS/TG-RENAMER-BOT)
"""

HELP_USER = """**Follow Below Steps:**
Expand Down Expand Up @@ -59,4 +58,4 @@ class TEXT:

GooglePay / Paytm / PhonPay / paypal / Net Banking

**For Donate:** message me @MaxxRiderz"""
**For Donate:** message me @saminsumesh"""