telegram_libs 0.1.32__tar.gz → 0.1.33__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.32
3
+ Version: 0.1.33
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.32"
3
+ version = "0.1.33"
4
4
  description = "Common libraries for Telegram bots"
5
5
  authors = ["Andrey Gritsaenko gricaenko.95a@gmail.com"]
6
6
  readme = "README.md"
@@ -112,7 +112,7 @@ class RateLimitManager:
112
112
  lang = self.mongo_manager.get_user_info(update).get("lang")
113
113
  message = t("rate_limit.exceeded", lang, common=True)
114
114
  await update.message.reply_text(message)
115
- reply_markup = get_subscription_keyboard(update, lang)
115
+ reply_markup = await get_subscription_keyboard(update, lang)
116
116
  await update.message.reply_text(
117
117
  t("subscription.choose_plan", lang, common=True), reply_markup=reply_markup
118
118
  )
File without changes
File without changes