We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d11f4 commit 38e58d4Copy full SHA for 38e58d4
1 file changed
pyrogram/utils.py
@@ -751,7 +751,7 @@ def get_premium_duration_day_count(month_count: int) -> int:
751
PyromodConfig = SimpleNamespace(
752
timeout_handler=None,
753
stopped_handler=None,
754
- throw_exceptions=False,
+ throw_exceptions=True,
755
unallowed_click_alert=True,
756
unallowed_click_alert_text="You're not expected to click this button.",
757
)
0 commit comments