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)
|
@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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user