Update Help.cs

This commit is contained in:
samvaio 2016-12-04 00:12:14 +05:30 committed by GitHub
parent 2a65e56861
commit e90c0f3ae8

View File

@ -109,8 +109,8 @@ namespace NadekoBot.Modules.Help
.WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl))
.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(true)
.WithIndex(2).WithName("**TEST**").WithValue($"Testing").WithIsInline(true))
.AddField(fb => fb.WithIndex(2).WithName("**Usage**").WithValue($"{string.Format(com.Remarks, com.Module.Prefix)}").WithIsInline(true)
.WithIndex(1).WithName("**TEST**").WithValue($"Testing").WithIsInline(true))
.WithColor(NadekoBot.OkColor);
if (com != null)
await channel.EmbedAsync(embed.Build()).ConfigureAwait(false);