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

Reenable booping

This commit is contained in:
phxntxm 2017-06-07 03:38:08 -05:00
parent efc1a3cf6d
commit e43808f40c

View file

@ -256,7 +256,7 @@ class Interaction:
self.battling_off(player2=battleP2)
await ctx.send("{} has chickened out! What a loser~".format(battleP2.mention))
@commands.command(enabled=False)
@commands.command()
@commands.guild_only()
@commands.cooldown(1, 10, BucketType.user)
@utils.custom_perms(send_messages=True)