From 3af7b58d37224c42229f770e5ea51229024c5444 Mon Sep 17 00:00:00 2001 From: Flowiee <55394031+Flowiee@users.noreply.github.com> Date: Sun, 13 Oct 2019 21:29:51 +0200 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index da1337d..634997d 100644 --- a/bot.py +++ b/bot.py @@ -698,7 +698,7 @@ def process_result(bot, update, job_queue): __("Next player: {name}", multi=game.translate) .format(name=display_name(game.current_player.user))) choice = [[InlineKeyboardButton(text=_("Make your choice!"), switch_inline_query_current_chat='')]] - bot.sendMessage(chat.id, + send_async(bot, chat.id, text=nextplayer_message, reply_markup=InlineKeyboardMarkup(choice)) start_player_countdown(bot, game, job_queue)