Skip to content

Commit 1627460

Browse files
committed
TASK: Be a bit more chatty when user wants to stop game
1 parent a8182de commit 1627460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

game/blackJackGame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def analyze_message(self, update):
298298
self.next_player()
299299
elif command.startswith(translate("stopCmd", self.lang_id)):
300300
if user_id == self.players[0].user_id:
301+
self.send_message(self.chat_id, translate("gameEnded", self.lang_id), game_id=self.__game_id)
301302
self.game_handler.gl_remove(self.chat_id)
302303

303304
@property

0 commit comments

Comments
 (0)