Skip to content

Commit aa2bff8

Browse files
author
Sam-Max
committed
update batch message format
1 parent dc0a282 commit aa2bff8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

bot/modules/batch.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,16 @@ async def _batch(client, message, isLeech=False):
3535
msg= '''
3636
Send me one of the followings:
3737
38-
1. Telegram message link from public or private/restricted channel
38+
1. <b>Telegram Link</b>
39+
Public: https://t.me/channel_name/message_id
40+
Private: https://t.me/c/channel_id/message_id
3941
40-
2. URL links separated each link by new line
41-
<b>Direct link authorization:</b> link username password
42+
2. <b>URL links/b>
43+
Each link separated by new line
44+
Direct link authorization: link username password
4245
43-
3. TXT file with URL links separated each link by new line
46+
3. <b>TXT file</b>
47+
Each link inside txt separated by new line
4448
4549
/ignore to cancel'''
4650
try:

0 commit comments

Comments
 (0)