[V3] Fix duplicate help on ignore (#1862)

This commit is contained in:
Michael H 2018-06-25 08:00:56 -04:00 committed by Toby Harradine
parent a175bdc1c7
commit 3bcf375204

View File

@ -1170,7 +1170,6 @@ class Mod:
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")