1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Update bot.py

This commit is contained in:
DrHeisenberg 2016-03-01 11:14:02 +01:00
parent 9ea4663a74
commit e568bc6a4f

10
bot.py
View file

@ -27,7 +27,7 @@ class Votazione:
'maxsensei': int(0), 'maxsensei': int(0),
'cosimo03': int(0), 'cosimo03': int(0),
'frankrekt': int(0), 'frankrekt': int(0),
'jaslg': int(0), 'doctorkawaii': int(0),
'acterryg': int(0), 'acterryg': int(0),
'adry99': int(0), 'adry99': int(0),
'alleanderl': int(0), 'alleanderl': int(0),
@ -122,7 +122,7 @@ osuplayers = {
'tiztiztiz': 'fedececco', 'tiztiztiz': 'fedececco',
'acterryg': 'Acter1', 'acterryg': 'Acter1',
'maxsensei': 'MaxSensei', 'maxsensei': 'MaxSensei',
'jaslg': 'ImHeisenberg', 'doctorkawaii': 'ImHeisenberg',
'thevagginadestroyer': 'barboll', 'thevagginadestroyer': 'barboll',
'cosimo03': 'Cosimo03', 'cosimo03': 'Cosimo03',
'albertino04': 'Alby1', 'albertino04': 'Alby1',
@ -133,7 +133,7 @@ osuplayers = {
} }
# Elenco di username dei membri della RYG # 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', 'alleanderl', 'thevagginadestroyer', 'tiztiztiz', 'fultz', 'gotob', 'enribenassati', 'iemax',
'peraemela99', 'ilgattopardo', 'mrdima98', 'ruozir', 'supersmurf', 'tauei', 'voltaggio', 'gibait'] 'peraemela99', 'ilgattopardo', 'mrdima98', 'ruozir', 'supersmurf', 'tauei', 'voltaggio', 'gibait']
@ -146,7 +146,7 @@ rygsteamids = {
'maxsensei': 76561198121094516, 'maxsensei': 76561198121094516,
'cosimo03': 76561198062778224, 'cosimo03': 76561198062778224,
'frankrekt': 76561198071099951, 'frankrekt': 76561198071099951,
'jaslg': 76561198080377213, 'doctorkawaii': 76561198080377213,
'acterryg': 76561198146704979, 'acterryg': 76561198146704979,
'adry99': 76561198230034568, 'adry99': 76561198230034568,
'alleanderl': 76561198154175301, 'alleanderl': 76561198154175301,
@ -724,4 +724,4 @@ while True:
telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*" telegram.sendmessage(chr(9762) + " *ERRORE CRITICO:\n*"
"{0}\n".format(repr(e.args)), -2141322) "{0}\n".format(repr(e.args)), -2141322)
print("ERRORE CRITICO:\n" print("ERRORE CRITICO:\n"
"{0}".format(repr(e))) "{0}".format(repr(e)))