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