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)