Show member fronter card on separate lines
This commit is contained in:
		| @@ -81,8 +81,8 @@ namespace PluralKit.Bot { | ||||
|             var timeSinceSwitch = SystemClock.Instance.GetCurrentInstant() - sw.Timestamp; | ||||
|             return new EmbedBuilder() | ||||
|                 .WithColor(members.FirstOrDefault()?.Color?.ToDiscordColor() ?? Color.Blue) | ||||
|                 .AddField("Current fronter", members.Count > 0 ? string.Join(", ", members.Select(m => m.Name)) : "*(no fronter)*", true) | ||||
|                 .AddField("Since", $"{Formats.ZonedDateTimeFormat.Format(sw.Timestamp.InZone(zone))} ({Formats.DurationFormat.Format(timeSinceSwitch)} ago)", true) | ||||
|                 .AddField("Current fronter", members.Count > 0 ? string.Join(", ", members.Select(m => m.Name)) : "*(no fronter)*") | ||||
|                 .AddField("Since", $"{Formats.ZonedDateTimeFormat.Format(sw.Timestamp.InZone(zone))} ({Formats.DurationFormat.Format(timeSinceSwitch)} ago)") | ||||
|                 .Build(); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user