auto-renamer / script.py
dragxd's picture
UI: Redesign Thumbnail/Caption help texts and apply final emoji fixes
9a7472d
class script(object):
START_TXT = """Hello {0} \n\n➻ This Is An Advanced And Yet Powerful Rename Bot.\n\n➻ Using This Bot You Can Rename And Change Thumbnail Of Your Files.\n\n➻ You Can Also Convert Video To File Aɴᴅ File To Video.\n\n➻ This Bot Also Supports Custom Thumbnail And Custom Caption.\n\n<b>Bot Is Made By @dragbotsupport</b>"""
HELP_TXT = """<b>Hey {0} \n\nHere Is The Help For My Commands.</b>"""
ABOUT_TXT = """<b>My Name :- {0} \n\n➻ Developer :- @dragbotsupport \n➻ Library :- Kurigram \n➻ Language :- Python 3 \n➻ Database :- MongoDB \n➻ Build Status :- Stable </b>"""
DONATE_TXT = """<b>Thanks For Showing Interest In Donation! ❤️\n\nIf You Like My Projects You Can Donate Me Any Amount From 10 Rs To 10000 Rs.\n\nYour Donation Helps Me To Keep My Services Alive.</b>"""
ADMIN_TXT = """<b>Admin Commands :- \n\n➜ /broadcast - Send Message To All Users \n➜ /users - Check Total Users \n➜ /restart - Restart The Bot </b>"""
THUMBNAIL_TXT = """<emoji id=5375074927252621134>🖼️</emoji> <b>Thumbnail Settings</b>\n\n<i>Custom thumbnails add a personal touch to your files.</i>\n\n<b><emoji id=5433653135799228968>📁</emoji> How to Manage:</b>\n • <b>Save</b>: Send any photo to the bot.\n • <b>Check</b>: Use /showthumb command.\n • <b>Delete</b>: Use /delthumb command.\n\n<emoji id=5456140674028019486>⚡️</emoji> <i>Fast, simple, and automated.</i>"""
CAPTION_TXT = """<emoji id=5316994101688677895>✏️</emoji> <b>Caption Settings</b>\n\n<i>Custom captions help organize and brand your media.</i>\n\n<b><emoji id=5985386442824619877>🚀</emoji> How to Manage:</b>\n • <b>Set</b>: Use /set_caption command.\n • <b>See</b>: Use /see_caption command.\n • <b>Delete</b>: Use /del_caption command.\n\n<emoji id=5456140674028019486>⚡️</emoji> <i>Branding made easy for your channel.</i>"""
METADATA_TXT = """<b><u>📥 HOW TO SET METADATA</u></b>\n\n➜ Send Me The Metadata Code You Want To Set.\n\n<b>Example :-</b> <code>By @Madflix_Bots</code>"""