mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update bot.py
This commit is contained in:
parent
9ea4663a74
commit
e568bc6a4f
1 changed files with 5 additions and 5 deletions
10
bot.py
10
bot.py
|
@ -27,7 +27,7 @@ class Votazione:
|
|||
'maxsensei': int(0),
|
||||
'cosimo03': int(0),
|
||||
'frankrekt': int(0),
|
||||
'jaslg': int(0),
|
||||
'doctorkawaii': int(0),
|
||||
'acterryg': int(0),
|
||||
'adry99': int(0),
|
||||
'alleanderl': int(0),
|
||||
|
@ -122,7 +122,7 @@ osuplayers = {
|
|||
'tiztiztiz': 'fedececco',
|
||||
'acterryg': 'Acter1',
|
||||
'maxsensei': 'MaxSensei',
|
||||
'jaslg': 'ImHeisenberg',
|
||||
'doctorkawaii': 'ImHeisenberg',
|
||||
'thevagginadestroyer': 'barboll',
|
||||
'cosimo03': 'Cosimo03',
|
||||
'albertino04': 'Alby1',
|
||||
|
@ -133,7 +133,7 @@ osuplayers = {
|
|||
}
|
||||
|
||||
# Elenco di username dei membri della RYG
|
||||
royalgames = ['steffo', 'alby1', 'boni3099', 'maxsensei', 'cosimo03', 'frankrekt', 'jaslg', 'acterryg', 'adry99',
|
||||
royalgames = ['steffo', 'alby1', 'boni3099', 'maxsensei', 'cosimo03', 'frankrekt', 'doctorkawaii', 'acterryg', 'adry99',
|
||||
'alleanderl', 'thevagginadestroyer', 'tiztiztiz', 'fultz', 'gotob', 'enribenassati', 'iemax',
|
||||
'peraemela99', 'ilgattopardo', 'mrdima98', 'ruozir', 'supersmurf', 'tauei', 'voltaggio', 'gibait']
|
||||
|
||||
|
@ -146,7 +146,7 @@ rygsteamids = {
|
|||
'maxsensei': 76561198121094516,
|
||||
'cosimo03': 76561198062778224,
|
||||
'frankrekt': 76561198071099951,
|
||||
'jaslg': 76561198080377213,
|
||||
'doctorkawaii': 76561198080377213,
|
||||
'acterryg': 76561198146704979,
|
||||
'adry99': 76561198230034568,
|
||||
'alleanderl': 76561198154175301,
|
||||
|
@ -724,4 +724,4 @@ while True:
|
|||
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
|
||||
"{0}\n".format(repr(e.args)), -2141322)
|
||||
print("ERRORE CRITICO:\n"
|
||||
"{0}".format(repr(e)))
|
||||
"{0}".format(repr(e)))
|
||||
|
|
Loading…
Reference in a new issue