1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Reenabled the battle command

This commit is contained in:
phxntxm 2016-09-29 11:27:37 -05:00
parent f099ba31f1
commit f5ff0e2ca3

View file

@ -38,7 +38,7 @@ class Interaction:
self.battles[ctx.message.server.id] = {p1: p2 for p1, p2 in battles.items() if
not p2 == player_id and not p1 == player_id}
@commands.group(pass_context=True, no_pm=True, invoke_without_command=True, enabled=False)
@commands.group(pass_context=True, no_pm=True, invoke_without_command=True)
@commands.cooldown(1, 180, BucketType.user)
@checks.custom_perms(send_messages=True)
async def battle(self, ctx, player2: discord.Member):