Skip to content

Commit

Permalink
[V3] Fix duplicate help on ignore (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael H authored and Tobotimus committed Jun 25, 2018
1 parent a175bdc commit 3bcf375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion redbot/cogs/mod/mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@ async def unmute_user(
async def ignore(self, ctx: commands.Context):
"""Adds servers/channels to ignorelist"""
if ctx.invoked_subcommand is None:
await ctx.send_help()
await ctx.send(await self.count_ignored())

@ignore.command(name="channel")
Expand Down

0 comments on commit 3bcf375

Please sign in to comment.