Add space to short list footer

This commit is contained in:
Ske 2020-02-04 10:59:02 +01:00
parent 9e47f98a23
commit e6ba9ffb51

View File

@ -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;