mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-22 05:44:19 +00:00
#27: la cosa più facile di sempre
This commit is contained in:
parent
24aef4af8b
commit
629b71ad38
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -676,7 +676,7 @@ def role(bot, update):
|
|||
player = game.findplayerbyid(update.message.from_user['id'])
|
||||
if player is not None:
|
||||
if player.alive:
|
||||
player.message(bot, s.display_role.format(icon=player.role.icon, role=player.role.name))
|
||||
player.message(bot, s.role_assigned.format(icon=player.role.icon, name=player.role.name))
|
||||
game.message(bot, s.check_private)
|
||||
else:
|
||||
game.message(bot, s.error_dead)
|
||||
|
|
Loading…
Reference in a new issue