1
0
Fork 0
mirror of synced 2024-06-02 18:54:33 +12:00

Removed check if author is player2 from predicates

This commit is contained in:
phxntxm 2016-07-10 17:02:27 -05:00
parent 30bd29dcab
commit 03c60d0db5

View file

@ -28,10 +28,3 @@ def isPM():
return ctx.message.channel.is_private return ctx.message.channel.is_private
return commands.check(predicate) return commands.check(predicate)
def battled(battleP2=None):
def predicate(ctx):
return ctx.message.author == battleP2
return commands.check(predicate)