src / devgagan /core /script.py
kailashhh's picture
src
6b1e8b6
#devggn
# ------------------------------------------------------------ #
START_TXT = """
Hi, welcome to Advance Content Saver Bot, designed to save restricted messages from public/private channels and private groups. First login in bot by /login then send post link.
"""
FORCE_MSG = """
Hey {},
According to my database, you've not joined the updates channel yet. If you want to use me, then join the updates channel and start me again!
"""
HELP_TXT = """
HELP SECTION πŸ“
πŸ› οΈ /settings - Open settings to set your requirements.
πŸ”’ /login - Login to your userbot session.
πŸ“¦ /batch - Download bulk links in a systematic way.
β›” /cancel - Stop batch processing.
"""
HELP2_TXT = """
πŸ•΅οΈ Help:
FOR PUBLIC AND PRIVATE CHANNEL OR GROUP:
- First, log in.
- Then send the message link of any channel that you've joined in your login account.
FOR BOT:
- Send the link in this format: https://t.me/b/bot_username/message_id (use Plus Messenger for message_id)
FOR GROUP TOPIC:
- (For Private Group) Group topic link is like: https://t.me/c/xxxxxxxxx/first_id/second_id
But, send it like this: https://t.me/c/xxxxxxx/second_id (remove first id and one /)
- (For Public Group) Follow the private link step but remove "/c" from the link. Ex - https://t.me/username/second_id
#FAQ:
- If the bot says "Have you joined the channel?" then just log in again to the bot and try.
- If your batch is stuck, then use /stop.
"""
ADMIN_TXT = """
ADMINS PANEL πŸ› οΈ
βž• /add - Add user ID to the premium section.
βž– /rem - Remove user ID from the premium section.
πŸ” /check - Check if a user ID is in the premium section.
πŸ“’ /broadcast - Broadcast a message without a forward tag.
πŸ“£ /announce - Broadcast a message with a forward tag.
πŸ“Š /stats - Check your bot's stats.
"""
SETTINGS_TXT = """
Welcome to the settings section. Here, you can choose button: caption or session and thumbnail.
"""
CAPTI0NS_TXT = """
Customize the bot's caption here to tailor it to your preferences and needs!
"""
THUMBNAIL_TXT = """
Customize the bot's thumbnail here to tailor it to your preferences and needs!
"""
SESSION_TXT = """
Customize the bot's session here to tailor it to your preferences and needs!
"""
CHANNEL_TXT = """
Customize the bot's channel here to tailor it to your preferences and needs!
"""