Removed examples in command group

This commit is contained in:
Twentysix 2016-11-14 15:06:15 +01:00 committed by GitHub
parent 5a7da3540e
commit faa672b78f

View File

@ -402,11 +402,7 @@ class Mod:
@commands.group(pass_context=True) @commands.group(pass_context=True)
@checks.mod_or_permissions(manage_messages=True) @checks.mod_or_permissions(manage_messages=True)
async def cleanup(self, ctx): async def cleanup(self, ctx):
"""Deletes messages. """Deletes messages."""
cleanup messages [number]
cleanup user [name/mention] [number]
cleanup text \"Text here\" [number]"""
if ctx.invoked_subcommand is None: if ctx.invoked_subcommand is None:
await send_cmd_help(ctx) await send_cmd_help(ctx)