removed double joinedat
This commit is contained in:
parent
f359b2fadb
commit
1512d35375
@ -87,7 +87,6 @@ namespace NadekoBot.Modules.Administration.Commands
|
|||||||
sb.AppendLine($"`Nickname:` **{user.Nickname}**");
|
sb.AppendLine($"`Nickname:` **{user.Nickname}**");
|
||||||
sb.AppendLine($"`Id:` **{user.Id}**");
|
sb.AppendLine($"`Id:` **{user.Id}**");
|
||||||
sb.AppendLine($"`Current Game:` **{(string.IsNullOrWhiteSpace(user.CurrentGame) ? "-" : user.CurrentGame)}**");
|
sb.AppendLine($"`Current Game:` **{(string.IsNullOrWhiteSpace(user.CurrentGame) ? "-" : user.CurrentGame)}**");
|
||||||
sb.AppendLine($"`Joined At:` **{user.JoinedAt}**");
|
|
||||||
if (user.LastOnlineAt != null)
|
if (user.LastOnlineAt != null)
|
||||||
sb.AppendLine($"`Last Online:` **{user.LastOnlineAt:HH:mm:ss}**");
|
sb.AppendLine($"`Last Online:` **{user.LastOnlineAt:HH:mm:ss}**");
|
||||||
sb.AppendLine($"`Joined At:` **{user.JoinedAt}**");
|
sb.AppendLine($"`Joined At:` **{user.JoinedAt}**");
|
||||||
|
Loading…
Reference in New Issue
Block a user