1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Reenable battle

This commit is contained in:
phxntxm 2017-06-07 13:53:27 -05:00
parent 898fd8b7f4
commit 7f2c542b3a

View file

@ -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)