From 0cc55e571787579472221e16d3c4242c155f95c9 Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 9 Apr 2019 22:14:17 +0200 Subject: [PATCH] Remove broken subcommand pk;member help --- src/pluralkit/bot/commands/member_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pluralkit/bot/commands/member_commands.py b/src/pluralkit/bot/commands/member_commands.py index 50140d21..bc09cb52 100644 --- a/src/pluralkit/bot/commands/member_commands.py +++ b/src/pluralkit/bot/commands/member_commands.py @@ -7,8 +7,6 @@ from pluralkit.errors import PluralKitError async def member_root(ctx: CommandContext): if ctx.match("new") or ctx.match("create") or ctx.match("add") or ctx.match("register"): await new_member(ctx) - elif ctx.match("help"): - await ctx.reply(help.member_commands) elif ctx.match("set"): await member_set(ctx) # TODO "pk;member list"