From e6ba9ffb51b0daa47847b8e080f11cb6f8924400 Mon Sep 17 00:00:00 2001 From: Ske Date: Tue, 4 Feb 2020 10:59:02 +0100 Subject: [PATCH] Add space to short list footer --- PluralKit.Bot/Commands/SystemList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Commands/SystemList.cs b/PluralKit.Bot/Commands/SystemList.cs index 78a87f6f..fe746a8d 100644 --- a/PluralKit.Bot/Commands/SystemList.cs +++ b/PluralKit.Bot/Commands/SystemList.cs @@ -60,7 +60,7 @@ namespace PluralKit.Bot.Commands var footer = $"{memberCountDisplayed} total."; if (anyMembersHidden && authCtx == LookupContext.ByOwner) - footer += "Private members have been hidden. type \"pk;system list all\" to include them."; + footer += " Private members have been hidden. type \"pk;system list all\" to include them."; eb.WithFooter(footer); return Task.CompletedTask;