-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmessages.py
29 lines (16 loc) · 1.08 KB
/
messages.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
WELCOME_MESSAGE = """
💭 *Hello my friend, Welcome to the bot.*
🔗 Just send me the post's link from Linkedin.com to download !
✨ if you find this bot useful, it will be great to give star to its [repository on github](https://github.com/AmirAref/LinkedinBot)
🌱 *Support the Project*:
If you'd like to support the ongoing development and keep the bot running, you can donate anytime by typing /donate to see how you can contribute. Your support is appreciated!
"""
WAITING_MESSAGE = "Processing ..."
PAGE_NOT_FOUND = "🌐 The Page not found !"
POST_NOT_FOUND = "❌ The Post not found !\n🛡 maybe The Post is private for a specific community ( for a group or the user's connections )"
UNHANDLED_ERROR_RAISED = """
❗️ an error occurred.
please try again in a few moments. If this happens again, contact the [bot manufacturer](t.me/amir_720).
"""
SEE_IN_LINKEDIN_BUTTON = "🌐 View on Linkedin"
UPLOAD_MEDIA_ERROR = "⚙️ An error occurred while uploading media, please try again in a few moments. If this happens again, contact the [bot manufacturer](t.me/amir_720)."