Skip to content

Commit

Permalink
Merge pull request #14 from MinionAttack/development
Browse files Browse the repository at this point in the history
Fixed subtitles help text
  • Loading branch information
MinionAttack committed Sep 13, 2021
2 parents 35a324e + b8216fb commit 7a53db9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions strings/help_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@
'(480) content, Full HD (1080) content and Ultra HD (2160) content. <strong>Do not include the letter</strong>.'

SUBTITLES_COMMAND_TEXT = 'Use this command to find the subtitles for a specific movie. There are two types of syntax, one short and one ' \
'long.\n\nTo use the long syntax you must write:\n/subtitles -movie name -language language -limit number\n\n' \
'To use the short syntax you must write:\n/subtitles -m name -la language -li number\n\n<strong>Important notes' \
':</strong>\n\n1. The name of the movie must be spelled the same way it is displayed on <strong>IMDb</strong>.' \
'\n2. If no year is specified, the bot uses the current year. This parameter is necessary to avoid name ' \
'collisions in movies with the same name as the series.\n3.The available languages are:\n\nAlbanian\nArabic\n' \
'Armenian\nBengali\nBosnian\nBrazilian Portuguese\nBulgarian\nBurmese\nChinese\nCroatian\nCzech\nDanish\nDutch\n' \
'English\nEstonian\nFarsi/Persian (Same results)\nFinnish\nFrench\nGerman\nGreek\nHebrew\nHindi\nHungarian\n' \
'Icelandic\nIndonesian\nItalian\nJapanese\nKorean\nLithuanian\nMacedonian\nMalay\nMalayalam\nNepali\nNorwegian\n' \
'Pashto\nPolish\nPortuguese\nRomanian\nRussian\nSerbian\nSlovak\nSlovenian\nSpanish\nSwedish\nTamil\nTelugu\n' \
'Thai\nTurkish\nUkrainian\nUrdu\nVietnamese\n\n4.The number specified for the limit indicates how many results ' \
'will be displayed. This parameter is optional, by default the first 5 results with the highest score are shown.' \
'\n5. <strong>Be careful when specifying a limit</strong>. Do this only if the default value is not enough to ' \
'find a valid subtitle because in some movies there are languages with LOTS of options available (in some cases ' \
'close to 80 possibilities), so <strong>specifying a higher limit could result in receiving a large number of ' \
'very long messages</strong>, like this one.'
'long.\n\nTo use the long syntax you must write:\n/subtitles -movie name -year number -language language ' \
'-limit number\n\n To use the short syntax you must write:\n/subtitles -m name -y number -la language -li number' \
'\n\n<strong>Important notes:</strong>\n\n1. The name of the movie must be spelled the same way it is displayed ' \
'on <strong>IMDb</strong>.\n2. If no year is specified, the bot uses the current year. This parameter is ' \
'necessary to avoid name collisions in movies with the same name as the series.\n3.The available languages are:' \
'\n\nAlbanian\nArabic\nArmenian\nBengali\nBosnian\nBrazilian Portuguese\nBulgarian\nBurmese\nChinese\nCroatian\n' \
'Czech\nDanish\nDutch\nEnglish\nEstonian\nFarsi/Persian (Same results)\nFinnish\nFrench\nGerman\nGreek\nHebrew\n' \
'Hindi\nHungarian\nIcelandic\nIndonesian\nItalian\nJapanese\nKorean\nLithuanian\nMacedonian\nMalay\nMalayalam\n' \
'Nepali\nNorwegian\nPashto\nPolish\nPortuguese\nRomanian\nRussian\nSerbian\nSlovak\nSlovenian\nSpanish\nSwedish' \
'\nTamil\nTelugu\nThai\nTurkish\nUkrainian\nUrdu\nVietnamese\n\n4.The number specified for the limit indicates ' \
'how many results will be displayed. This parameter is optional, by default the first 5 results with the ' \
'highest score are shown.\n5. <strong>Be careful when specifying a limit</strong>. Do this only if the default ' \
'value is not enough to find a valid subtitle because in some movies there are languages with LOTS of options ' \
'available (in some cases close to 80 possibilities), so <strong>specifying a higher limit could result in ' \
'receiving a large number of very long messages</strong>, like this one.'

0 comments on commit 7a53db9

Please sign in to comment.