mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
COME ON
This commit is contained in:
parent
e378864f77
commit
a3dfb32d88
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -524,7 +524,7 @@ def match():
|
|||
if username in royalgames:
|
||||
if "steam" in royalgames[name.lower()]:
|
||||
tobematched.append(royalgames[name.lower()]["steam"])
|
||||
if tobematched > 2:
|
||||
if len(tobematched) > 2:
|
||||
m = list(steammatch.compare(tobematched))
|
||||
# Prepara il messaggio
|
||||
tosend = str()
|
||||
|
|
Loading…
Reference in a new issue