telegram_libs 0.1.36__tar.gz → 0.1.37__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.36
3
+ Version: 0.1.37
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.36"
3
+ version = "0.1.37"
4
4
  description = "Common libraries for Telegram bots"
5
5
  authors = ["Andrey Gritsaenko gricaenko.95a@gmail.com"]
6
6
  readme = "README.md"
@@ -13,6 +13,7 @@ BOTS = {
13
13
  "https://t.me/kudapoyti_go_bot": "Recommend Place to Visit",
14
14
  "https://t.me/TryOnOutfitGBot": "Try On Outfit",
15
15
  "https://t.me/CloneVoiceAIGBot": "Clone Voice, Text to Speech AI",
16
+ "https://t.me/SocialPosterGBot": "Social Poster",
16
17
  }
17
18
 
18
19
  BOTS_AMOUNT = len(BOTS)
@@ -9,7 +9,7 @@
9
9
  "3months": "3 Months - 1100 Stars",
10
10
  "1year": "1 Year - 3600 Stars"
11
11
  },
12
- "info": "Buying a subscription you will get unlimited access to other {0} bots, to see all bots click /more"
12
+ "info": "Buying a subscription you will get unlimited access to this one and to other {0} bots, to see all bots click /more"
13
13
  },
14
14
  "support": {
15
15
  "message": "Write down any questions, issues or suggestions you have, and we will resolve them as soon as possible 👇 ",
File without changes
File without changes