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