From 7f2c542b3aceb8c29b9c102ec6dff73ccabe21a9 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 7 Jun 2017 13:53:27 -0500 Subject: [PATCH] Reenable battle --- cogs/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index 45bd137..c664216 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -158,7 +158,7 @@ class Interaction: fmt = random.SystemRandom().choice(hugs) await ctx.send(fmt.format(user.display_name)) - @commands.group(invoke_without_command=True, enabled=False) + @commands.group(invoke_without_command=True) @commands.guild_only() @commands.cooldown(1, 20, BucketType.user) @utils.custom_perms(send_messages=True)