Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ritheshrkrm authored Jun 16, 2023
1 parent 01d8825 commit 5bfa396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def is_enabled(value, default):
AUTO_FFILTER = is_enabled((environ.get('AUTO_FFILTER', "True")), True)
AUTO_DELETE = is_enabled((environ.get('AUTO_DELETE', "True")), True)
SINGLE_BUTTON = is_enabled((environ.get('SINGLE_BUTTON', "True")), True)
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", '๐Ÿ“‚ <em>File Name</em>: <code>PIRO|{file_name}</code> \n\n๐Ÿ–‡ <em>File Size</em>: <code>{file_size}</code> \n\nโค๏ธโ€๐Ÿ”ฅ </i>Join</i> [๐—•๐—Ÿ๐—”๐—ฆ๐—ง๐—˜๐—ฅ ๐—Ÿ๐—œ๐—ก๐—ž๐—ญ](https://t.me/blaster_linkz) \n\n๐Ÿ–ฅ <i>Requests</i> - ||@raixchat|| ')
CUSTOM_FILE_CAPTION = environ.get("CUSTOM_FILE_CAPTION", '๐Ÿ“‚ <b>File Name</b>: <code>{file_name}</code> \n\nโค๏ธโ€๐Ÿ”ฅ <b>Join</b> [๐—•๐—Ÿ๐—”๐—ฆ๐—ง๐—˜๐—ฅ ๐—Ÿ๐—œ๐—ก๐—ž๐—ญ](https://t.me/blaster_linkz)')
BATCH_FILE_CAPTION = environ.get("BATCH_FILE_CAPTION", '')
IMDB_TEMPLATE = environ.get("IMDB_TEMPLATE", '๐Ÿท ๐–ณ๐—‚๐—๐—…๐–พ: <a href={url}>{title}</a> \n๐Ÿ”ฎ ๐–ธ๐–พ๐–บ๐—‹: {year} \nโญ๏ธ ๐–ฑ๐–บ๐—๐—‚๐—‡๐—€๐—Œ: {rating}/ 10 \n๐ŸŽญ ๐–ฆ๐–พ๐—‡๐–พ๐—‹๐—Œ: {genres} \n\n๐ŸŽŠ ๐–ฏ๐—ˆ๐—๐–พ๐—‹๐–พ๐–ฝ ๐–ก๐—’ [ใ€Žแด˜ษชส€แดใ€](t.me/piroxbots)')
LONG_IMDB_DESCRIPTION = is_enabled(environ.get("LONG_IMDB_DESCRIPTION", "False"), False)
Expand Down

0 comments on commit 5bfa396

Please sign in to comment.