mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Removed examples in command group
This commit is contained in:
parent
5a7da3540e
commit
faa672b78f
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user