BinaryONe commited on
Commit Β·
d528ade
1
Parent(s): 400d8b3
Image Enhancement
Browse files
FileStream/__main__.py
CHANGED
|
@@ -48,7 +48,7 @@ async def start_services():
|
|
| 48 |
FileStream.id = bot_info.id
|
| 49 |
FileStream.username = bot_info.username
|
| 50 |
FileStream.fname = bot_info.first_name
|
| 51 |
-
|
| 52 |
#await FileStream.get_users(Telegram.DATA_SOURCES + [Telegram.FLOG_CHANNEL])
|
| 53 |
print("------------------------------ DONE ------------------------------\n")
|
| 54 |
|
|
|
|
| 48 |
FileStream.id = bot_info.id
|
| 49 |
FileStream.username = bot_info.username
|
| 50 |
FileStream.fname = bot_info.first_name
|
| 51 |
+
[ await FileStream.get_messages(i, 17) for i in Telegram.DATA_SOURCES + [Telegram.FLOG_CHANNEL] ]
|
| 52 |
#await FileStream.get_users(Telegram.DATA_SOURCES + [Telegram.FLOG_CHANNEL])
|
| 53 |
print("------------------------------ DONE ------------------------------\n")
|
| 54 |
|
FileStream/utils/FileProcessors/translation.py
CHANGED
|
@@ -53,8 +53,8 @@ class LANG(object):
|
|
| 53 |
"""
|
| 54 |
ADMIN_GUIDELINES_TEXT_Y = """
|
| 55 |
<b>πͺ β©π
°π
³π
Όπ
Έπ
½ π
Άππ
Έπ
³π
΄π
»π
Έπ
½π
΄πβ© πͺ</b>\n
|
| 56 |
-
<b>π α΄α΄α΄α΄α΄Ι΄α΄
1:</b> <b>{}</b>\n
|
| 57 |
-
<b>π α΄α΄α΄α΄α΄Ι΄α΄
2 :</b> <b>{}</b>\n
|
| 58 |
"""
|
| 59 |
STREAM_TEXT_X = """
|
| 60 |
<i>Chose where you wand to upload this file !</i>\n
|
|
|
|
| 53 |
"""
|
| 54 |
ADMIN_GUIDELINES_TEXT_Y = """
|
| 55 |
<b>πͺ β©π
°π
³π
Όπ
Έπ
½ π
Άππ
Έπ
³π
΄π
»π
Έπ
½π
΄πβ© πͺ</b>\n
|
| 56 |
+
<b>π α΄α΄α΄α΄α΄Ι΄α΄
1:</b> <b><code>{}</code></b>\n
|
| 57 |
+
<b>π α΄α΄α΄α΄α΄Ι΄α΄
2 :</b> <b><code>{}</code></b>\n
|
| 58 |
"""
|
| 59 |
STREAM_TEXT_X = """
|
| 60 |
<i>Chose where you wand to upload this file !</i>\n
|