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

amsodfikvnodefnbworitbjirnibton

This commit is contained in:
Steffo 2016-10-02 20:31:05 +02:00
parent a3dfb32d88
commit b30ee169b2

4
bot.py
View file

@ -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()