telegram_libs 0.1.24__py3-none-any.whl → 0.1.25__py3-none-any.whl

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.
telegram_libs/utils.py CHANGED
@@ -51,7 +51,7 @@ async def more_bots_list_command(update: Update, context: ContextTypes.DEFAULT_T
51
51
  user_id = update.effective_user.id
52
52
  bot_name = context.bot.name
53
53
  bot_logger.log_action(user_id, "more_bots_list_command", bot_name)
54
- message = "Here is the list of all bots:"
54
+ message = "Here is the list of all bots:\n\n"
55
55
  bots_list = "\n".join(
56
56
  f"- <a href='{url}'>{name}</a>" for url, name in BOTS.items()
57
57
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: telegram_libs
3
- Version: 0.1.24
3
+ Version: 0.1.25
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
@@ -10,8 +10,8 @@ telegram_libs/payment.py,sha256=PSoagCTUt4xad-39kVYc2tcFgaPMQsP9eplCVqI9hnc,3661
10
10
  telegram_libs/subscription.py,sha256=PFgoWKgjRrjzBjK-AMrESt_7aFk0pa8Qr_Wl1aQIoW8,6430
11
11
  telegram_libs/support.py,sha256=a3BA7g3seVBUMasv65SzxebLayLigA069wvDcStYbCM,2748
12
12
  telegram_libs/translation.py,sha256=8Kb2cgqKKZH4X_i2Le0V_K1imZdoaCzYAca831DOBig,2049
13
- telegram_libs/utils.py,sha256=laFiG2fs9Wdlsf4Dn4wK7-tF-WTXBfEHBm77QHev9h8,2378
14
- telegram_libs-0.1.24.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
15
- telegram_libs-0.1.24.dist-info/METADATA,sha256=uLJ4jq6vA5A-2bGlPONMVNrvTTV112aGqHmPb9rNKC0,804
16
- telegram_libs-0.1.24.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
- telegram_libs-0.1.24.dist-info/RECORD,,
13
+ telegram_libs/utils.py,sha256=9TzQt6PD_BAO5uHoYpReIM5mNeW0AcEHe-bihmIueEk,2382
14
+ telegram_libs-0.1.25.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
15
+ telegram_libs-0.1.25.dist-info/METADATA,sha256=PGXZNQT0UTM3ahHdZ3DriNY4PZOjiv2ah4bCVGLlNV8,804
16
+ telegram_libs-0.1.25.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
+ telegram_libs-0.1.25.dist-info/RECORD,,