From bfaf241ecc78cd03432e839c5d5b9b0fc126e79e Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 6 Dec 2016 22:02:07 +0530 Subject: [PATCH] Update Help.cs removed the authr avatar --- src/NadekoBot/Modules/Help/Help.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Help/Help.cs b/src/NadekoBot/Modules/Help/Help.cs index 5661c2b0..33fd3298 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -92,7 +92,7 @@ namespace NadekoBot.Modules.Help var erro = new EmbedBuilder() .WithAuthor(eau => eau.WithName("Sorry!") .WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/") - .WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) + //.WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) //.WithTitle("Sorry!") .WithDescription("I can't find that command. Please check the **command** and **command prefix** before trying again.") .WithColor(NadekoBot.ErrorColor); @@ -106,7 +106,7 @@ namespace NadekoBot.Modules.Help var embed = new EmbedBuilder() .WithAuthor(eau => eau.WithName("Command") .WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/") - .WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) + //.WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) //.WithTitle(str) //.WithDescription($"{ string.Format(com.Summary, com.Module.Prefix)}{ GetCommandRequirements(com)}") .AddField(fb => fb.WithIndex(1).WithName(str).WithValue($"{ string.Format(com.Summary, com.Module.Prefix)} { GetCommandRequirements(com)}").WithIsInline(true))