mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
tab
This commit is contained in:
parent
2efc78a0e9
commit
da572f29b2
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -25,7 +25,7 @@ class Votazione:
|
||||||
self.domanda = question
|
self.domanda = question
|
||||||
self.chat = askin
|
self.chat = askin
|
||||||
for membro in royalgames:
|
for membro in royalgames:
|
||||||
self.voto[membro] = int()
|
self.voto[membro] = int()
|
||||||
|
|
||||||
def ask(self):
|
def ask(self):
|
||||||
telegram.sendmessage(self.domanda, self.chat)
|
telegram.sendmessage(self.domanda, self.chat)
|
||||||
|
|
Loading…
Reference in a new issue