From 64169ab8f3a7a51ab2a1eb9eeb751d9bfa9a2cb8 Mon Sep 17 00:00:00 2001 From: samvaio Date: Sun, 4 Dec 2016 00:33:49 +0530 Subject: [PATCH] Update Help.cs --- 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 cfeb881f..62247117 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -108,9 +108,9 @@ namespace NadekoBot.Modules.Help .WithUrl("http://nadekobot.readthedocs.io/en/latest/Commands%20List/") .WithIconUrl(NadekoBot.Client.GetCurrentUser().AvatarUrl)) //.WithTitle(str) - .AddField(fb => fb.WithName("**Command**").WithValue(str).WithIsInline(true)) + .AddField(fb => fb.WithIndex(1).WithName("**Command**").WithValue(str).WithIsInline(true)) .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) + .AddField(fb => fb.WithIndex(3).WithName("**Usage**").WithValue($"{string.Format(com.Remarks, com.Module.Prefix)}").WithIsInline(false)) //.WithName("**TEST1**").WithValue($"Testing1").WithIsInline(true) //.WithName("**TEST2**").WithValue($"Testing2").WithIsInline(true) //.WithName("**TEST3**").WithValue($"Testing3").WithIsInline(true))