Commandslist updated
This commit is contained in:
parent
caa5c42fae
commit
e6792ebf50
@ -143,7 +143,7 @@ namespace NadekoBot.Modules.Help
|
|||||||
helpstr.AppendLine("----------------|--------------|-------");
|
helpstr.AppendLine("----------------|--------------|-------");
|
||||||
lastModule = module.Name;
|
lastModule = module.Name;
|
||||||
}
|
}
|
||||||
helpstr.AppendLine($"{string.Join(" ", com.Aliases.Select(a => "`" + a + "`"))} |" +
|
helpstr.AppendLine($"{string.Join(" ", com.Aliases.Select(a => "`" + Prefix + a + "`"))} |" +
|
||||||
$" {string.Format(com.Summary, Prefix)} {_h.GetCommandRequirements(com, Context.Guild)} |" +
|
$" {string.Format(com.Summary, Prefix)} {_h.GetCommandRequirements(com, Context.Guild)} |" +
|
||||||
$" {string.Format(com.Remarks, Prefix)}");
|
$" {string.Format(com.Remarks, Prefix)}");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user