From 299df813c2be29ebdbe77c970a8f80e78d582dd8 Mon Sep 17 00:00:00 2001 From: samvaio Date: Sat, 3 Dec 2016 20:56:20 +0530 Subject: [PATCH] Update Help.cs --- src/NadekoBot/Modules/Help/Help.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/NadekoBot/Modules/Help/Help.cs b/src/NadekoBot/Modules/Help/Help.cs index f6334703..335e51ac 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -95,9 +95,7 @@ namespace NadekoBot.Modules.Help .WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) .WithTitle("🔎 **Error**") .WithDescription("I can't find that command.") - //.WithThumbnail(tn => tn.Url = NadekoBot.Client.GetCurrentUser().AvatarUrl) .WithColor(NadekoBot.ErrorColor) - //.WithTimestamp(DateTime.Now); await channel.EmbedAsync(erro.Build()); return; } @@ -112,9 +110,7 @@ namespace NadekoBot.Modules.Help .WithTitle(str) .WithDescription($"{ string.Format(com.Summary, com.Module.Prefix)}{ GetCommandRequirements(com)}") .AddField(fb => fb.WithIndex(1).WithName("**Usage:**").WithValue($"{string.Format(com.Remarks, com.Module.Prefix)}").WithIsInline(false)) - //.WithThumbnail(tn => tn.Url = NadekoBot.Client.GetCurrentUser().AvatarUrl) .WithColor(NadekoBot.OkColor) - //.WithTimestamp(DateTime.Now); if (com != null) await channel.EmbedAsync(embed.Build()).ConfigureAwait(false); //await channel.SendMessageAsync(str + $@"{Environment.NewLine}**Desc:** {string.Format(com.Summary, com.Module.Prefix)} {GetCommandRequirements(com)}