chore: code cleanup (mostly whitespace / remove unused imports)
This commit is contained in:
@@ -323,6 +323,7 @@ public class MemberEdit
|
||||
}
|
||||
|
||||
private string boldIf(string str, bool condition) => condition ? $"**{str}**" : str;
|
||||
|
||||
private async Task<EmbedBuilder> CreateMemberNameInfoEmbed(Context ctx, PKMember target)
|
||||
{
|
||||
var lcx = ctx.LookupContextFor(target.System);
|
||||
|
Reference in New Issue
Block a user