We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bded54 commit b356d58Copy full SHA for b356d58
main.py
@@ -203,7 +203,7 @@ def start_cmd(bot, update):
203
if game.players[0].user_id == user_id:
204
game.start_game()
205
else:
206
- update.message.reply_text("Only the creator can start the game")
+ message.reply_text("Only the creator ({}) can start the game".format(game.players[0].first_name))
207
208
209
def stop_cmd(bot, update):
0 commit comments