From ce8bd681934ad6aa51bdfc17dbb3a5465d531214 Mon Sep 17 00:00:00 2001 From: davfsa Date: Tue, 19 Jun 2018 22:04:47 +0200 Subject: [PATCH] Removed a useless command from moderation.py --- src/cogs/moderation.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cogs/moderation.py b/src/cogs/moderation.py index df0fb22..8032a35 100644 --- a/src/cogs/moderation.py +++ b/src/cogs/moderation.py @@ -10,11 +10,6 @@ class Moderation: """ def __init__(self, bot): self.bot = bot - - @commands.command() - async def sar(self, ctx): - """Assign or remove self assigned roles.""" - pass @commands.command() async def kick(self, ctx, member: discord.Member = None):