1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Fix method name.

This commit is contained in:
eternnoir 2017-05-25 11:23:37 +08:00
parent 9025be0ef2
commit 84b1aca939

View File

@ -914,7 +914,7 @@ class TeleBot:
return decorator
def add_pre_checkout_queryhandler(self, handler_dict):
def add_pre_checkout_query_handler(self, handler_dict):
self.pre_checkout_query_handlers.append(handler_dict)
def _test_message_handler(self, message_handler, message):