Skip to content

Commit

Permalink
Update localisation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
idkgj1233 authored Apr 3, 2021
1 parent 18ecc89 commit 6daba17
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bot/localisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
class Localisation:
START_TEXT = """Ciao๐Ÿ˜,
This is <b>๐ŸŒฉSaviour Coders' Video Compressor Bot๐ŸŒฉ.</b>
This is <b>๐ŸŒˆSaviour Coders' Video Compressor Bot๐ŸŒˆ.</b>
<i>๐Ÿ”ฅSend any link and it will be Compressed to the desired size.</i>
<i>๐Ÿฅ‡Send any link and it will be Compressed to the desired size.๐Ÿฅ‡</i>
<b>Click๐Ÿ‘‰</b> /help for more details.
<b>Features of the bot:</b>
<i>๐ŸŒˆSuperfast
๐ŸŒˆResponsive
๐ŸŒˆEasy to use</i>
<i>๐ŸŽฏSuperfast
๐ŸŽฏResponsive
๐ŸŽฏEasy to use</i>
<b>Support Group</b> :- ๐Ÿ @ubuntu_coders๐Ÿ 
<b>Support Channel</b> :- ๐Ÿฌ@UC_bot_channel๐Ÿฌ
<b>My Master</b> :- โ›ต๏ธ@saviour_coderโ›ต๏ธ"""
<b>Support Group</b> :- โ›ต๏ธ@ubuntu_codersโ›ต๏ธ
<b>Support Channel</b> :- ๐Ÿ’ˆ@UC_bot_channel๐Ÿ’ˆ
<b>My Master</b> :- ๐Ÿ”ฎ@saviour_coder๐Ÿ”ฎ"""
ABS_TEXT = " Please don't be selfish."

FORMAT_SELECTION = "Select the desired format: <a href='{}'>file size might be approximate</a> \nIf you want to set custom thumbnail, send photo before or quickly after tapping on any of the below buttons.\nYou can use /deletethumbnail to delete the auto-generated thumbnail."
Expand Down Expand Up @@ -57,7 +57,7 @@ class Localisation:

HELP_MESSAGE = get_config(
"STRINGS_HELP_MESSAGE",
"Hi I am <b>๐Ÿฆ‹Saviour Coder Video Compressor Bot๐Ÿฆ‹</b> \n\n1. <i>Sent your telegram big video file</i> \n2. <i>Reply the file - /compress And enter the Persentage to which you want to compress</i> \nEg:- <code>/compress 50</code> compresses the video to 50% \n\nSupport Group :@Dx_Support"
"Hi I am <b>๐Ÿฆ‹Saviour Coder Video Compressor Bot๐Ÿฆ‹</b> \n\n1. <i>Sent your telegram big video file</i> \n2. <i>Reply the file - /compress And enter the Persentage to which you want to compress</i> \n\n๐Ÿ‘‰๐ŸปEg:- <code>/compress 50</code> compresses the video to 50%๐Ÿ‘ˆ๐Ÿป \n\nSupport Group :@ubuntu_coders"
)
WRONG_MESSAGE = get_config(
"STRINGS_WRONG_MESSAGE",
Expand Down

0 comments on commit 6daba17

Please sign in to comment.