mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
case sensitive
This commit is contained in:
parent
4e265ce655
commit
39fb4f088a
1 changed files with 1 additions and 1 deletions
2
bot.py
2
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'):
|
||||
|
|
Loading…
Reference in a new issue