From 57c8b0271a59460f913737d4159d76c33deb70bc Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 21 Aug 2016 14:38:03 -0500 Subject: [PATCH] Corrected syntax error --- cogs/interaction.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogs/interaction.py b/cogs/interaction.py index d71d72d..f52c9e6 100644 --- a/cogs/interaction.py +++ b/cogs/interaction.py @@ -86,8 +86,6 @@ class Interaction: # But don't include any that have the author's ID self.battles[ctx.message.server.id] = {p1: p2 for p1, p2 in battles.items() if not p2 == player_id and not p1 == player_id} - config.save_content('battling', battling) - @commands.group(pass_context=True, no_pm=True, invoke_without_command=True) @commands.cooldown(1, 180, BucketType.user) @checks.custom_perms(send_messages=True)