From faa672b78ffbcbb4fb74a5dc7fc3654340136cc7 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Mon, 14 Nov 2016 15:06:15 +0100 Subject: [PATCH] Removed examples in command group --- cogs/mod.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cogs/mod.py b/cogs/mod.py index 2a8f5e802..67d60c8d4 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -402,11 +402,7 @@ class Mod: @commands.group(pass_context=True) @checks.mod_or_permissions(manage_messages=True) async def cleanup(self, ctx): - """Deletes messages. - - cleanup messages [number] - cleanup user [name/mention] [number] - cleanup text \"Text here\" [number]""" + """Deletes messages.""" if ctx.invoked_subcommand is None: await send_cmd_help(ctx)