YouTubeLoader / bot /ui /texts.py
understanding's picture
Create texts.py
eb08b9d verified
raw
history blame
572 Bytes
# PATH: bot/ui/texts.py
START_TEXT = (
"✅ Online.\n\n"
"Main:\n"
"• Send me a video (private chat)\n"
"• /auth to add Google profile\n"
"• /profiles to view profiles\n"
"• /stats (owner)\n"
"• /allow (owner)\n"
)
NEED_AUTH = "❌ No authorized YouTube profile. Use /auth first."
OWNER_ONLY = "❌ Owner only."
NOT_ALLOWED = "❌ You are not allowed to use this bot."
SENT_AUTH_LINK = "✅ Open this link and authorize:\n"
UPLOAD_START = "⬇️ Downloading…"
UPLOAD_TO_YT = "⬆️ Uploading to YouTube…"
DONE = "✅ Uploaded!"