From e568bc6a4fa0965bc350119c3fab0caad8b46dd2 Mon Sep 17 00:00:00 2001 From: DrHeisenberg Date: Tue, 1 Mar 2016 11:14:02 +0100 Subject: [PATCH] Update bot.py --- bot.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bot.py b/bot.py index 21d9a363..4806b0e4 100644 --- a/bot.py +++ b/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))) \ No newline at end of file + "{0}".format(repr(e)))