mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-25 15:14:18 +00:00
Cambiati per debug
This commit is contained in:
parent
777d550b49
commit
524b52ff7c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -268,7 +268,7 @@ def endjoin(bot, update):
|
||||||
if game is not None and game.phase is 'Join' and update.message.from_user['id'] == game.adminid:
|
if game is not None and game.phase is 'Join' and update.message.from_user['id'] == game.adminid:
|
||||||
game.phase = 'Voting'
|
game.phase = 'Voting'
|
||||||
bot.sendMessage(update.message.chat['id'], "La fase di join è terminata.")
|
bot.sendMessage(update.message.chat['id'], "La fase di join è terminata.")
|
||||||
game.assignroles(1, 1, 1)
|
game.assignroles(1, 0, 0)
|
||||||
bot.sendMessage(update.message.chat['id'], "I ruoli sono stati assegnati.")
|
bot.sendMessage(update.message.chat['id'], "I ruoli sono stati assegnati.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue