1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00
This commit is contained in:
Steffo 2017-07-07 23:47:58 +03:00
parent d1581f2ccd
commit 6c06751286

View file

@ -937,7 +937,7 @@ def debug(bot, update):
if __debug__:
game = findgamebyid(update.message.chat.id)
if game is not None:
game.
game.revealallroles(bot)
else:
bot.sendMessage(update.message.chat.id, s.error_no_games_found, parse_mode=ParseMode.MARKDOWN)