This repository has been archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
presets.py
executable file
·22 lines (20 loc) · 1.7 KB
/
presets.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ----------------------------------- https://github.com/m4mallu/gofilesbot ------------------------------------------ #
class Presets(object):
CAPTION_TEXT_DOC = "\n\n<b>File Name:</b> {}\n\n<b>Format:</b> {}\n<b>Size:</b> {}"
CAPTION_TEXT_VID = "\n\n<b>File Name:</b> {}\n\n<b>Size:</b> {}"
ASK_PM_TEXT = "<b>Click the below button</b>"
WELCOME_TEXT = "Hello.. <b>{}</b>\n<code>I can help you getting movies from</code> @MovieKeralam. " \
"<code>Just Keep this message live Here</code>😉\n\n" \
"<b>My code can be seen: </b><a href='https://github.com/m4mallu/gofilesbot'> HERE</a>"
CLEAN_CHAT_MSG = "⚠️ <b>Deleting all messages..</b>"
MSG_FOR_PIN = "<b>For getting medias from here..</b>\n\n🔛 <code>Please start</code> @{} <code>in PM\n\n" \
"Send the exact Movie name.\n\n🔊 I'll reply the file in PM if available in our channel !</code>"
BOT_PM_TEXT = "<b>Sorry.. 😢</b>\n\n<code>Bot won't work in PM, Ask in ma Group. I'll reply the file in PM if " \
"available in our DB !</code>"
PM_ERROR = "<b>Unable to send medias</b> ⛔️\n<code>Click the below button\nAsk here for movies later!</code>"
MEDIA_SEND_TEXT = "<code>Media dispatched as PM 🥳</code>"
NO_MEDIA = "Requested movie: <b>{}</b>\n\n<b>Not available " \
"Right Now</b>\n<code>Possible Causes : 🤔\n\n⭕️ Not " \
"released yet</code>\n⭕️ <a href='https://www.google.com/search?q={}'> Spelled incorrectly</a>\n" \
"<code>⭕️ Unwanted texts in Msgs\n⭕ Asking theatre prints\n⭕ Not in ma Database</code>"
BLOCK_LIST = ['http://', 'https://', '@', '#', 'bit.ly', 't.me', '/']