1
Fork 0
mirror of https://github.com/RYGhub/royal-mifia.git synced 2025-02-16 13:24:06 +00:00

satanasso

This commit is contained in:
Steffo 2017-07-19 21:27:23 +02:00
parent 5272d53081
commit 8d820333d8

View file

@ -58,7 +58,7 @@ class Player:
try:
self.game.bot.restrictChatMember(self.game.groupid, self.tid, None, False, False, False, False)
except Unauthorized:
print("Bot is not administrator in group {}".format(self.groupid))
print("Bot is not administrator in group {}".format(self.game.groupid))
class Game: