mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-12-17 23:24:20 +00:00
Aggiunto gibait
This commit is contained in:
parent
63fc31e62e
commit
30257b8245
1 changed files with 3 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -40,6 +40,7 @@ class Votazione:
|
|||
'supersmurf': int(0),
|
||||
'tauei': int(0),
|
||||
'voltaggio': int(0),
|
||||
'gibait': int(0),
|
||||
}
|
||||
|
||||
def __init__(self, question, askin):
|
||||
|
@ -133,6 +134,7 @@ steamids = {
|
|||
'supersmurf': 76561198115852550,
|
||||
'tauei': 76561198104305298,
|
||||
'voltaggio': 76561198147601821,
|
||||
'gibait': 76561198157721704,
|
||||
}
|
||||
|
||||
random.seed()
|
||||
|
|
Loading…
Reference in a new issue