telegram_libs 0.1.7__tar.gz → 0.1.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: telegram_libs
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: Common libraries for Telegram bots
5
5
  Author: Andrey Gritsaenko gricaenko.95a@gmail.com
6
6
  Requires-Python: >=3.11,<4.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "telegram_libs"
3
- version = "0.1.7"
3
+ version = "0.1.9"
4
4
  description = "Common libraries for Telegram bots"
5
5
  authors = ["Andrey Gritsaenko gricaenko.95a@gmail.com"]
6
6
  readme = "README.md"
@@ -2,4 +2,4 @@
2
2
  Telegram Libs - Common libraries for Telegram bots
3
3
  """
4
4
 
5
- __version__ = "0.1.7"
5
+ __version__ = "0.1.9"
@@ -0,0 +1,10 @@
1
+ {
2
+ "subscription": {
3
+ "choose_plan": "Choose a subscription plan:",
4
+ "plans": {
5
+ "1month": "1 Month - 1400 Stars",
6
+ "3months": "3 Months - 3500 Stars",
7
+ "1year": "1 Year - 12000 Stars"
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "subscription": {
3
+ "choose_plan": "Выберите план подписки:",
4
+ "plans": {
5
+ "1month": "1 месяц - 1400 Stars",
6
+ "3months": "3 месяца - 3500 Stars",
7
+ "1year": "1 год - 12000 Stars"
8
+ }
9
+ }
10
+ }
@@ -44,5 +44,6 @@ async def more_bots_list_command(update: Update, context: ContextTypes.DEFAULT_T
44
44
  - <a href="https://t.me/UpscaleImageGBot">Upscale Image</a>
45
45
  - <a href="https://t.me/GenerateBackgroundGBot">Generate a Background</a>
46
46
  - <a href="https://t.me/kudapoyti_go_bot">Recommend a place to visit</a>
47
+ - <a href="https://t.me/TryOnOutfitGBot">Try On Outfit</a>
47
48
  """
48
49
  await update.message.reply_text(message, disable_web_page_preview=True, parse_mode='HTML')
@@ -1,10 +0,0 @@
1
- {
2
- "subscription": {
3
- "choose_plan": "Choose a subscription plan:",
4
- "plans": {
5
- "1month": "1 Month - 250 Stars",
6
- "3months": "3 Months - 500 Stars",
7
- "1year": "1 Year - 1600 Stars"
8
- }
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "subscription": {
3
- "choose_plan": "Выберите план подписки:",
4
- "plans": {
5
- "1month": "1 месяц - 250 Stars",
6
- "3months": "3 месяца - 500 Stars",
7
- "1year": "1 год - 1600 Stars"
8
- }
9
- }
10
- }
File without changes
File without changes