🐛
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user