From e43808f40cbd40dbe00d193dcbe5b8ad37f480ea Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 7 Jun 2017 03:38:08 -0500 Subject: [PATCH] Reenable booping --- cogs/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index 0f45f7a..45bd137 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -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)