Update Help.cs

This commit is contained in:
samvaio 2016-12-04 01:20:26 +05:30 committed by GitHub
parent 1691970dbc
commit fbfa3e1042

View File

@ -90,10 +90,10 @@ namespace NadekoBot.Modules.Help
{ {
//await channel.SendMessageAsync("🔍 **I can't find that command.**"); //await channel.SendMessageAsync("🔍 **I can't find that command.**");
var erro = new EmbedBuilder() var erro = new EmbedBuilder()
.WithAuthor(eau => eau.WithName("Help") .WithAuthor(eau => eau.WithName("Sorry!")
.WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/") .WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/")
.WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) .WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl))
.WithTitle("Sorry!") //.WithTitle("Sorry!")
.WithDescription("I can't find that command. Please check the **command** and **command prefix** before trying again.") .WithDescription("I can't find that command. Please check the **command** and **command prefix** before trying again.")
.WithColor(NadekoBot.ErrorColor); .WithColor(NadekoBot.ErrorColor);
await channel.EmbedAsync(erro.Build()); await channel.EmbedAsync(erro.Build());