Update bot.py

This commit is contained in:
Flowiee 2019-10-13 21:29:51 +02:00 committed by GitHub
parent 6f3da7b373
commit 3af7b58d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -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)