Fix get_game_high_scores (#771)

This commit is contained in:
Jacob Bom 2017-08-04 19:41:27 +02:00 committed by Noam Meltzer
parent 5ceb6f8f36
commit 073bed3a01

View file

@ -1971,7 +1971,7 @@ class Bot(TelegramObject):
:class:`telegram.TelegramError`
"""
url = '{0}/setGameScore'.format(self.base_url)
url = '{0}/getGameHighScores'.format(self.base_url)
data = {'user_id': user_id}