From 409ff4960392477244b18b7d4c21846411651ec6 Mon Sep 17 00:00:00 2001 From: Oleg Belov Date: Thu, 26 Jan 2023 22:49:41 -0300 Subject: [PATCH] Update README.md Change _handeler() to _handler() in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84962bd..7a2bbd8 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ def test_callback(call): # <- passes a CallbackQuery type object to your functio #### Shipping Query Handler Handle shipping queries -`@bot.shipping_query_handeler() # <- passes a ShippingQuery type object to your function` +`@bot.shipping_query_handler() # <- passes a ShippingQuery type object to your function` #### Pre Checkout Query Handler Handle pre checkoupt queries