mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
asdfbvsdgfbewrnbertynetyrhnetrw
This commit is contained in:
parent
8901225987
commit
8efa7d0168
1 changed files with 3 additions and 3 deletions
6
bot.py
6
bot.py
|
@ -520,10 +520,10 @@ def match():
|
||||||
tobematched = list()
|
tobematched = list()
|
||||||
if len(cmd) > 2:
|
if len(cmd) > 2:
|
||||||
del cmd[0]
|
del cmd[0]
|
||||||
for username in cmd:
|
for name in cmd:
|
||||||
if username in royalgames:
|
if username in royalgames:
|
||||||
if "steam" in royalgames[username]:
|
if "steam" in royalgames[name]:
|
||||||
tobematched.append(royalgames[username]["steam"])
|
tobematched.append(royalgames[name]["steam"])
|
||||||
m = list(steammatch.compare(tobematched))
|
m = list(steammatch.compare(tobematched))
|
||||||
# Prepara il messaggio
|
# Prepara il messaggio
|
||||||
tosend = str()
|
tosend = str()
|
||||||
|
|
Loading…
Reference in a new issue