diff --git a/src/pluralkit/bot/commands/misc_commands.py b/src/pluralkit/bot/commands/misc_commands.py index 8da4308c..d8ab6fab 100644 --- a/src/pluralkit/bot/commands/misc_commands.py +++ b/src/pluralkit/bot/commands/misc_commands.py @@ -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.member_commands, embed=help_footer_embed()) + await ctx.reply(help.member_commands + "\n\n" + help.command_notes, embed=help_footer_embed()) else: await ctx.reply(help.root, embed=help_footer_embed()) diff --git a/src/pluralkit/bot/help.py b/src/pluralkit/bot/help.py index 7a82ae84..dd91472c 100644 --- a/src/pluralkit/bot/help.py +++ b/src/pluralkit/bot/help.py @@ -45,8 +45,8 @@ pk;switch move