1
Fork 0
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:
Steffo 2016-04-22 21:14:55 +02:00
parent 777d550b49
commit 524b52ff7c

View file

@ -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.")