Remove broken subcommand pk;member help
This commit is contained in:
parent
54ba5adaa2
commit
0cc55e5717
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user