diff --git a/cogs/utils/checks.py b/cogs/utils/checks.py index b2b4272..b866942 100644 --- a/cogs/utils/checks.py +++ b/cogs/utils/checks.py @@ -28,10 +28,3 @@ def isPM(): return ctx.message.channel.is_private return commands.check(predicate) - - -def battled(battleP2=None): - def predicate(ctx): - return ctx.message.author == battleP2 - - return commands.check(predicate)