1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 21:44:21 +00:00
This commit is contained in:
Steffo 2016-03-03 19:05:29 +01:00
parent 2efc78a0e9
commit da572f29b2

2
bot.py
View file

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