telegram_libs 0.1.22__py3-none-any.whl → 0.1.23__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/handlers.py CHANGED
@@ -49,7 +49,7 @@ def register_common_handlers(
49
49
  ) -> None:
50
50
  """Register common handlers for the bot"""
51
51
  bot_logger = BotLogger()
52
- app.add_handler(CommandHandler("more", more_bots_list_command))
52
+ app.add_handler(CommandHandler("more", partial(more_bots_list_command, bot_logger=bot_logger)))
53
53
 
54
54
  register_support_handlers(app, bot_name, bot_logger)
55
55
  register_subscription_handlers(app, mongo_manager, bot_logger)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: telegram_libs
3
- Version: 0.1.22
3
+ Version: 0.1.23
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,7 +1,7 @@
1
1
  telegram_libs/__init__.py,sha256=xrsD5r6ZiJxPapHf1UhQ61z2gHtCCWrzW0CZHvlvXRc,82
2
2
  telegram_libs/constants.py,sha256=cGQBM1z3jmh00pHQlBP-SbbPqKGOxlCRVUsrsThkWCU,655
3
3
  telegram_libs/error.py,sha256=uomabeEiSP4v4AEpKYbi_gR0l3G003sio6lKl72AinY,453
4
- telegram_libs/handlers.py,sha256=uiXJGkwF8BZhaiWVYq1IYOc3OKAIowRR2Q0iv3REsZY,2385
4
+ telegram_libs/handlers.py,sha256=d5-4FvjyWcJeN1i3dHTYhF-2P4j7PbM1QElloFR_llg,2417
5
5
  telegram_libs/locales/en.json,sha256=4VVkME7lCKW6ZjkopaoA6Uq3DLbEVkWacGei3GNSXFM,843
6
6
  telegram_libs/locales/ru.json,sha256=LYI6rAlwdNLaTGgkrALn31Lt7jC3SZteei8P_i7ZpQI,1208
7
7
  telegram_libs/logger.py,sha256=oikvkZMk2kOLvQI9hVMUGMCoSnOPf_fhMvv2SbO-STo,891
@@ -11,7 +11,7 @@ telegram_libs/subscription.py,sha256=PFgoWKgjRrjzBjK-AMrESt_7aFk0pa8Qr_Wl1aQIoW8
11
11
  telegram_libs/support.py,sha256=a3BA7g3seVBUMasv65SzxebLayLigA069wvDcStYbCM,2748
12
12
  telegram_libs/translation.py,sha256=8Kb2cgqKKZH4X_i2Le0V_K1imZdoaCzYAca831DOBig,2049
13
13
  telegram_libs/utils.py,sha256=wgkFCziQq4F3z-2AFMirgyY-EDu9D863vQy2ZkjPZSg,2605
14
- telegram_libs-0.1.22.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
15
- telegram_libs-0.1.22.dist-info/METADATA,sha256=YCO340LDQxpqHfo9FMmNLwulB4zNOmR4YyxhgpqKo_g,804
16
- telegram_libs-0.1.22.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
- telegram_libs-0.1.22.dist-info/RECORD,,
14
+ telegram_libs-0.1.23.dist-info/LICENSE,sha256=ZXkWPZbCc61L29Gz6ZHPwn1c4Pm0TnfIqtx8jGWi9F4,1069
15
+ telegram_libs-0.1.23.dist-info/METADATA,sha256=NxvwcDMnFEoxIJItsd6YkWQsFbICGglG-CsD-ISr2_k,804
16
+ telegram_libs-0.1.23.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
17
+ telegram_libs-0.1.23.dist-info/RECORD,,