Removed a useless command from moderation.py

This commit is contained in:
davfsa 2018-06-19 22:04:47 +02:00
parent 6c80b5832b
commit ce8bd68193

View File

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