This commit is contained in:
NikolajDanger
2020-08-05 18:49:22 +02:00
parent 23b73403c3
commit 591a3744cc

View File

@ -215,8 +215,6 @@ def fiarReactionTest(channel,message,user):
if message.id == oldImage:
logThis("They reacted to the fourinarow game")
turn = data["4 in a row games"][str(channel)]["turn"]
print(user)
print(data["4 in a row games"][str(channel)]["players"][turn])
if user == data["4 in a row games"][str(channel)]["players"][turn]:
return True, turn+1
else: