mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2025-02-16 13:24:06 +00:00
derp
This commit is contained in:
parent
d1581f2ccd
commit
6c06751286
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue