diff --git a/bot.py b/bot.py index e5bf9a08..860bade5 100644 --- a/bot.py +++ b/bot.py @@ -25,7 +25,7 @@ class Votazione: self.domanda = question self.chat = askin for membro in royalgames: - self.voto[membro] = int() + self.voto[membro] = int() def ask(self): telegram.sendmessage(self.domanda, self.chat)