Removed a useless command from moderation.py
This commit is contained in:
parent
6c80b5832b
commit
ce8bd68193
@ -11,11 +11,6 @@ class Moderation:
|
|||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
||||||
@commands.command()
|
|
||||||
async def sar(self, ctx):
|
|
||||||
"""Assign or remove self assigned roles."""
|
|
||||||
pass
|
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def kick(self, ctx, member: discord.Member = None):
|
async def kick(self, ctx, member: discord.Member = None):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user