mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Send member command help properly
This commit is contained in:
parent
63ccfc1215
commit
103412222f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ async def help_root(ctx: CommandContext):
|
|||
elif ctx.match("system"):
|
||||
await ctx.reply(help.system_commands, embed=help_footer_embed())
|
||||
elif ctx.match("member"):
|
||||
await ctx.reply(help.system_commands, embed=help_footer_embed())
|
||||
await ctx.reply(help.member_commands, embed=help_footer_embed())
|
||||
else:
|
||||
await ctx.reply(help.root, embed=help_footer_embed())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue