File size: 572 Bytes
eb08b9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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!"