diff options
| author | 2019-12-11 18:07:06 -0800 | |
|---|---|---|
| committer | 2019-12-11 18:07:06 -0800 | |
| commit | 2d69e1293ad659b4f4fd7f5e5029b6591328ebc6 (patch) | |
| tree | 20d417ba772be04b129794f10f60a613ea233930 | |
| parent | Merge pull request #682 from manusaurio/master (diff) | |
Clean: un-hide from help and add purge alias
| -rw-r--r-- | bot/cogs/clean.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/clean.py b/bot/cogs/clean.py index dca411d01..a45d30142 100644 --- a/bot/cogs/clean.py +++ b/bot/cogs/clean.py @@ -167,7 +167,7 @@ class Clean(Cog):              channel_id=Channels.modlog,          ) -    @group(invoke_without_command=True, name="clean", hidden=True) +    @group(invoke_without_command=True, name="clean", aliases=["purge"])      @with_role(*MODERATION_ROLES)      async def clean_group(self, ctx: Context) -> None:          """Commands for cleaning messages in channels."""  |