d-Rickyy-b / Python-BlackJackBot

A Telegram bot written in Python to play the game BlackJack alone or with your friends
https://telegram.me/BlackJackBot
GNU General Public License v3.0
76 stars 37 forks source link

Users are not getting a keyboard after starting a game via inline buttons #81

Closed d-Rickyy-b closed 4 years ago

d-Rickyy-b commented 4 years ago

The bot uses selective keyboards so that not every player receives an annoying keyboard. When using inline buttons to join/start, the user won't receive a keyboard.

Steps to reproduce

1) Start a new game in a group 2) Have someone join the game via inline button

Expected result

Each player receives their keyboart to take part in the round

Actual result

The person starting/joining the game via inline button does not get a keyboard because there is no message to reply to

d-Rickyy-b commented 4 years ago

Fixed by mentioning the player by their first name + using inline keyboards