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

adfbgrwtb

This commit is contained in:
Steffo 2016-10-02 20:32:30 +02:00
parent b30ee169b2
commit fcbf870c42

2
bot.py
View file

@ -521,7 +521,7 @@ def match():
if len(cmd) > 2:
del cmd[0]
for name in cmd:
if name in royalgames:
if name.lower() in royalgames:
if "steam" in royalgames[name.lower()]:
tobematched.append(royalgames[name.lower()]["steam"])
if len(tobematched) > 1: