diff --git a/bot.py b/bot.py index 9c482de0..d7c1d4ce 100644 --- a/bot.py +++ b/bot.py @@ -168,7 +168,7 @@ while True: # Altrimenti, salva l'userID username = str(msg['from']['id']) # Se sei un membro della Royal Games - if username in telegramnames: + if username.lower() in telegramnames: # Riconosci il comando. # Viene usato startswith perchè il comando potrebbe anche essere inviato in forma /ciao@RoyalBot. if text.startswith('/ahnonlosoio'):