From 1512d353757da1ed17aa850a78d460e74021d819 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Mon, 16 May 2016 21:51:50 +0200 Subject: [PATCH] removed double joinedat --- NadekoBot/Modules/Administration/Commands/InfoCommands.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/NadekoBot/Modules/Administration/Commands/InfoCommands.cs b/NadekoBot/Modules/Administration/Commands/InfoCommands.cs index 968b4bba..3f3e18e6 100644 --- a/NadekoBot/Modules/Administration/Commands/InfoCommands.cs +++ b/NadekoBot/Modules/Administration/Commands/InfoCommands.cs @@ -87,7 +87,6 @@ namespace NadekoBot.Modules.Administration.Commands sb.AppendLine($"`Nickname:` **{user.Nickname}**"); sb.AppendLine($"`Id:` **{user.Id}**"); sb.AppendLine($"`Current Game:` **{(string.IsNullOrWhiteSpace(user.CurrentGame) ? "-" : user.CurrentGame)}**"); - sb.AppendLine($"`Joined At:` **{user.JoinedAt}**"); if (user.LastOnlineAt != null) sb.AppendLine($"`Last Online:` **{user.LastOnlineAt:HH:mm:ss}**"); sb.AppendLine($"`Joined At:` **{user.JoinedAt}**");