Help updated
This commit is contained in:
parent
6f6453e430
commit
ddbddc573a
@ -31,7 +31,7 @@ namespace NadekoBot.Classes.Help.Commands
|
|||||||
if (alias != null)
|
if (alias != null)
|
||||||
str = $" / `{ com.Aliases.FirstOrDefault()}`";
|
str = $" / `{ com.Aliases.FirstOrDefault()}`";
|
||||||
if (com != null)
|
if (com != null)
|
||||||
await e.Channel.SendMessage($@"**__Help for:__ `{com.Text}`**" + str + $"\n**Desc:** {new Regex(@"\|").Replace(com.Description, "\n**Usage:**",1)}").ConfigureAwait(false);
|
await e.Channel.SendMessage($@"**__Help for:__ `{com.Text}`**" + str + $"\n**Desc:** {new Regex(@"\|").Replace(com.Description, "\n**Usage:**", 1)}").ConfigureAwait(false);
|
||||||
}).ConfigureAwait(false);
|
}).ConfigureAwait(false);
|
||||||
};
|
};
|
||||||
public static string HelpString {
|
public static string HelpString {
|
||||||
@ -49,7 +49,8 @@ namespace NadekoBot.Classes.Help.Commands
|
|||||||
{
|
{
|
||||||
string helpstr =
|
string helpstr =
|
||||||
$@"######For more information and how to setup your own NadekoBot, go to: **http://github.com/Kwoth/NadekoBot/**
|
$@"######For more information and how to setup your own NadekoBot, go to: **http://github.com/Kwoth/NadekoBot/**
|
||||||
######You can donate on paypal: `nadekodiscordbot@gmail.com`
|
######You can donate on patreon: `https://patreon.com/nadekobot`
|
||||||
|
######or paypal: `nadekodiscordbot@gmail.com`
|
||||||
|
|
||||||
#NadekoBot List Of Commands
|
#NadekoBot List Of Commands
|
||||||
Version: `{NadekoStats.Instance.BotVersion}`";
|
Version: `{NadekoStats.Instance.BotVersion}`";
|
||||||
|
Loading…
Reference in New Issue
Block a user