From d1ad99aecf533ef7c3339eddaf37af1fbeb65b31 Mon Sep 17 00:00:00 2001 From: Bella | Nightshade Date: Mon, 25 Mar 2019 06:28:44 +0930 Subject: [PATCH] Cleaned up code (did function somewhere else where it made sense) --- src/pluralkit/bot/commands/misc_commands.py | 2 +- src/pluralkit/bot/help.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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