mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Removed examples in command group
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user