1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

asdfbvsdgfbewrnbertynetyrhnetrw

This commit is contained in:
Steffo 2016-10-02 20:26:34 +02:00
parent 8901225987
commit 8efa7d0168

6
bot.py
View file

@ -520,10 +520,10 @@ def match():
tobematched = list()
if len(cmd) > 2:
del cmd[0]
for username in cmd:
for name in cmd:
if username in royalgames:
if "steam" in royalgames[username]:
tobematched.append(royalgames[username]["steam"])
if "steam" in royalgames[name]:
tobematched.append(royalgames[name]["steam"])
m = list(steammatch.compare(tobematched))
# Prepara il messaggio
tosend = str()